Exemplo n.º 1
0
 def __init__(self, caps, client):
     self.namespaces = create_namespace_dict()
     self.caps = caps
     self.client = client
Exemplo n.º 2
0
 def __init__(self, sensorML, client):
     self.namespaces = create_namespace_dict()
     self.sensorML = sensorML
     self.client = client
Exemplo n.º 3
0
 def __init__(self, ins_obs, client):
     self.namespaces = create_namespace_dict()
     self.ins_obs = ins_obs
     self.client = client