utils
Other utilities.
Functions
|
Convert each argument to a tuple. |
|
If object is not an array-like object, it will return a tuple containing that object. |
|
Check if an object has attribute __iter__ and __len__. |
|
Return intersection of a and b if both a and b are not empty sets. |