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, h=None): Constant.__init__(self) if h is not None: self._set_hash(h) else: self._hash = None
def __init__(self): Constant.__init__(self)