Ejemplo n.º 1
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 = ''
Ejemplo n.º 2
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 = ''
Ejemplo n.º 3
0
 def __init__(self, h=None):
     Constant.__init__(self)
     if h is not None:
         self._set_hash(h)
     else:
         self._hash = None
Ejemplo n.º 4
0
 def __init__(self):
     Constant.__init__(self)
Ejemplo n.º 5
0
 def __init__(self, h=None):
     Constant.__init__(self)
     if h is not None:
         self._set_hash(h)
     else:
         self._hash = None