示例#1
0
 def __init__(self):
     Constant.__init__(self)
     self.coordinate = None
     self.altitude = None
     self.horizontal_accuracy = None
     self.vertical_accuracy = None
     self.timestamp = None
     self.speed = None
     self.course = None
     Location.default_value = self
示例#2
0
 def __init__(self):
     Constant.__init__(self)
     self.coordinate = None
     self.altitude = None
     self.horizontal_accuracy = None
     self.vertical_accuracy = None
     self.timestamp = None
     self.speed = None
     self.course = None
     Location.default_value = self
 def __init__(self):
     Constant.__init__(self)
     self.default_value = self
     
     self.type = PersistentRef.CREATE
     self.id = None
     self.version = None
     self.local_path = None
     self.local_read = False
     self.local_writeback = False
     self.versioned = False
     self.name = ''
     self.tags = ''
示例#4
0
    def __init__(self):
        Constant.__init__(self)
        self.default_value = self

        self.type = PersistentRef.CREATE
        self.id = None
        self.version = None
        self.local_path = None
        self.local_read = False
        self.local_writeback = False
        self.versioned = False
        self.name = ''
        self.tags = ''
示例#5
0
 def __init__(self):
     Constant.__init__(self) 
     self.latitude = None
     self.longitude = None
     LocationCoordinate2D.default_value = self
示例#6
0
 def __init__(self):
     Constant.__init__(self)
     self.contents = None
     B64EncodedContents.default_value = self
示例#7
0
 def __init__(self):
     Constant.__init__(self)
示例#8
0
 def __init__(self):
     Constant.__init__(self) 
     self.latitude = None
     self.longitude = None
     LocationCoordinate2D.default_value = self
示例#9
0
 def __init__(self):
     Constant.__init__(self)
     self.contents = None
     B64EncodedContents.default_value = self
 def __init__(self):
     Constant.__init__(self)