Helper functions.
Functions
| isSequence | Determines if the given object is a sequence. |
| isString | Determines if the given object is a string. |
| moduleDirectory | Returns the location of a given module. |
| moduleImport | Import module, returning the module after the last dot. |
Determines if the given object is a string.
| Parameters: | obj (object) – the object to be analysed |
|---|---|
| Returns: | True if the given object is a string or False otherwise |
| Return type: | bool |
Determines if the given object is a sequence.
| Parameters: | |
|---|---|
| Returns: | True if the given object is a sequence or False otherwise |
| Return type: | bool |