Welcome to ExpandObjects’s documentation!¶
Model Documentation¶
Exception Classes¶
-
expandobjects.main.
main
()[source]¶ This is the main command line entry point to this library. After a pip install, a binary will be available on the Python bin path called “expand_objects”, which provides an entry point into this function.
Currently this function accepts two positional arguments: 1. The name of the file to be expanded 2. An optional output name. If not provided, the output file will be expanded.idf (in the input file directory)
Example usage: $ expand_objects /path/to/my.idf /path/to/expanded_file_name.idf
Exception Classes¶
-
exception
expandobjects.exceptions.
BasePyExpandObjectsException
[source]¶ Base class for all PyExpandObjects related exceptions
-
exception
expandobjects.exceptions.
FileIOProblem
[source]¶ Raised when there is a file IO problem, such as a file getting deleted