category | str | used to grouping code of the same type for versioning | |
code_parameters | CodeObjectMetaData | code parameters that can be set for this codeobject | |
code_type | str | Type of this code | |
code_version | int | The version of the source code | |
creation_date | datetime | Date this object was defined | |
filename | str | The name of the associated file | |
globalname | str | The name used to store and retrieve file to and from Storage | |
is_valid | int | Manual/external flag to disqualify the method | |
methods | Methods | methods defined in the class | |
module_name | str | Name of Module containing this Method | |
name | str | Name of this Codeobject | |
path_to_code | str | Path to the module if it exists locally in the AstroWise Checkout | |