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 = ''
def __init__(self): Constant.__init__(self) self.latitude = None self.longitude = None LocationCoordinate2D.default_value = self
def __init__(self): Constant.__init__(self) self.contents = None B64EncodedContents.default_value = self
def __init__(self): Constant.__init__(self)