A tool for parsing instrument modules.
The class containing the entire contents of the module.
A class to contain docstrings.
text : str
The text for the docstring.
Methods
Return the text of the docstring.
str :
The new docstring.
The collection of imports.
A single import command.
The constants defined in the module.
An instrument class
A module-level function.
Compare two import strings for sorting.
stringA : str
The first import string.
stringB : str
The import string to compare with the first.
int :
An integer representing how the first import string compares to the second. If the first is smaller, the returned value is -1. If the two are the same, 0 is returned. Otherwise, +1 is returned.
The commandline module
The path_tools module
Enter search terms or a module, class or function name.