asdf Package¶
asdf Package¶
asdf: Python library for reading and writing Advanced Scientific Data Format (ASDF) files
Functions¶
|
Open an existing ASDF file. |
|
Print a rendering of an ASDF tree or sub-tree to stdout. |
Get the current config, which may have been altered by one or more surrounding calls to |
|
Context manager that temporarily overrides asdf configuration. |
Classes¶
|
The main class that represents an ASDF file object. |
|
Enables the storage of arbitrarily large integer values |
|
Store a reference to an array in an external File. |
Variables¶
str(object='') -> str str(bytes_or_buffer[, encoding[, errors]]) -> str |