utilities#
Various unclassifiable utilities.
Functions
|
Changes the python environment based on the executable. |
|
Splits a dataset into |
|
Extracts attribute docstrings in the style of PEP 258. |
|
Extract type annotations from a owning class. |
|
Extract type annotations from an object or class. |
|
Finds possible files from a command string. |
|
Returns whether the graph contains cycles. |
|
Converts a workflow graph to a |
|
Returns whether the specified directory contains files. |
Checks whether the system can use modules. |
|
|
Checks if type is a Path-like type. |
|
Loads environment modules using |
|
Makes a single item or sequence of items into a list. |
|
Provides context to a regular expression match. |
|
Checks if two types are matching. |
|
Convert a sequentially nested dictionary into a tuple. |
|
Set global system environment variables. |
|
Convert a tuple into a sequentially nested dictionary. |
|
Checks if a value is valid using type annotations. |
|
Creates a somewhat unique identifier. |
Classes