BioSimSpace._Utils¶
The _Utils package contains a collection of internal utilities.
Classes¶
|
A utility class to create a working directory. |
Context managers¶
|
Execute the context in the directory "work_dir". |
Functions¶
|
Cross platform version of 'shlex.split'. |
|
Return a ModuleStub that will raise a ModuleNotFoundError if it is used in any way. |
|
Try to import the module called 'name' and return the resulting module. |
|
Return whether or not the passed module has indeed been imported (and thus is not stubbed). |
|
Assert that the passed module has indeed been imported. |