Getting Started
Development
Reference
iscollection()
pyrolite.util.types.iscollection(obj)[source] Checks whether an object is an iterable collection. Parameters: obj (object) – Object to check. Returns: Boolean indication of whether the object is a collection. Return type: bool
Checks whether an object is an iterable collection.
obj (object) – Object to check.
object
Boolean indication of whether the object is a collection.
bool