pypif.obj.common.source module¶
- 
class pypif.obj.common.source.Source(producer=None, url=None, tags=None, **kwargs)¶
- Bases: - pypif.obj.common.pio.Pio- Information about the source of a system. - 
__init__(producer=None, url=None, tags=None, **kwargs)¶
- Constructor. - Parameters: - producer – String with the name of the producer.
- url – String with the URL to the source of the system.
- tags – List of strings or numbers that are tags for this object.
- kwargs – Dictionary of fields that are not supported.
 
 - 
producer¶
 - 
url¶
 
-