Esempio n. 1
0
 def initialize(self):
     self.qualifiers = []
     # OCFLAGS2
     self.newFlags = NEW_OBJECT_FLAGS.copy()
     # OEFLAG
     self.flags = OBJECT_FLAGS.copy()
     # OEPREF
     self.preferences = OBJECT_PREFERENCES.copy()
Esempio n. 2
0
 def initialize(self):   
     self.qualifiers = []
     # OCFLAGS2
     self.newFlags = NEW_OBJECT_FLAGS.copy()
     # OEFLAG
     self.flags = OBJECT_FLAGS.copy()
     # OEPREF
     self.preferences = OBJECT_PREFERENCES.copy()
Esempio n. 3
0
 def initialize(self):
     self.objectFlags = OBJECT_FLAGS.copy()
     self.newObjectFlags = NEW_OBJECT_FLAGS.copy()
Esempio n. 4
0
 def initialize(self):
     self.objectFlags = OBJECT_FLAGS.copy()
     self.newObjectFlags = NEW_OBJECT_FLAGS.copy()