This is a module
Misc¶
Functions
|
A decorator that wraps the passed in function and catches ModuleNotFound exception. |
|
Finish defining externally accessible objects. |
|
Given a list of nested lists of arbitrary depth, returns a single level or 'flat' list. |
|
Decorator for catching warnings. |
|
Is |
|
Checks if |
|
Brief explanation of 'methods_to_table' |
|
Converts a ModelsDict object to a ReST compatible table |
Prettifies logger messages by breaking them up into multi lines |
|
|
Hierarchically deletes the given propname and its children |
|
Given a nested dictionary, ensures that all nested dicts are normal Python dicts. |
|
Start defining externally accessible objects. |
|
Homemade version of matlab tic and toc function, tic starts or resets the clock, toc reports the time since the last call of tic. |
|
Homemade version of matlab tic and toc function, tic starts or resets the clock, toc reports the time since the last call of tic. |
|
For a given list (of points) remove any duplicates |
Classes
Brief explanation of 'Docorator' |
|
Class that is intended to process docstrings. |
|
This class adds a 'health' check to a standard dictionary. |
|
Brief explanation of 'NestedDict' |
|
Dictionary that remembers insertion order |
|
Simple subclass of |
|
Simple subclass of |
|
Brief explanation of 'SubDict' |