API¶
primestg.message¶
-
class
primestg.message.BaseMessage(xml)[source]¶ Base XML message.
-
__init__(xml)[source]¶ Create an object of BaseMessage.
Parameters: xml – a file object or a string with the XML Returns: an instance of BaseMessage
-
__weakref__¶ list of weak references to the object (if defined)
-
objectified¶ The XML objectified
Returns: the XML objectified
-