Пример #1
0
 def load_type_definitions(self, nodes=None):
     """
     Load custom types (custom structures/extension objects) definition from server
     Generate Python classes for custom structures/extension objects defined in server
     These classes will available in ua module
     """
     return load_type_definitions(self, nodes)
Пример #2
0
 def load_type_definitions(self, nodes=None):
     """
     Load custom types (custom structures/extension objects) definition from server
     Generate Python classes for custom structures/extension objects defined in server
     These classes will available in ua module
     """
     return load_type_definitions(self, nodes)
Пример #3
0
 def load_type_definitions(self, nodes=None):
     """
     load custom structures from our server.
     Server side this can be used to create python objects from custom structures
     imported through xml into server
     """
     return load_type_definitions(self, nodes)
Пример #4
0
 def load_type_definitions(self, nodes=None):
     """
     load custom structures from our server.
     Server side this can be used to create python objects from custom structures
     imported through xml into server
     """
     return load_type_definitions(self, nodes)
Пример #5
0
 def load_type_definitions(self, nodes=None):
     return load_type_definitions(self, nodes)