User API
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 |
asdf.search Module
Utilities for searching ASDF trees.
Classes
|
Result of a call to AsdfFile.search. |
Class Inheritance Diagram
asdf.config Module
Methods for getting and setting asdf global configuration options.
Functions
Get the current config, which may have been altered by one or more surrounding calls to |
|
Context manager that temporarily overrides asdf configuration. |
Classes
Container for ASDF configuration options. |