pypif.obj.common.pio module¶
-
class
pypif.obj.common.pio.
Pio
(tags=None, **kwargs)¶ Bases:
pypif.util.serializable.Serializable
Base class for all physical information objects.
-
__init__
(tags=None, **kwargs)¶ Constructor. This is used to set an fields on a pio that do not have first level support.
Parameters: - tags – List of strings or numbers that are tags for this object.
- kwargs – Dictionary of field names to values.
-