Functions
listify(x)
listify
turns x into a list.
turns x into a list. If x is a list or tuple, return as list. if x is not a list: return [x] if x is None: return []
x (Any) – some object
x, as a list
List[Any]
previous
syft.core.node.common.service.resolve_pointer_type_service
next
syft.core.node.pki