예제 #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()
예제 #2
0
파일: all.py 프로젝트: Matt-Esch/anaconda
 def initialize(self):   
     self.qualifiers = []
     # OCFLAGS2
     self.newFlags = NEW_OBJECT_FLAGS.copy()
     # OEFLAG
     self.flags = OBJECT_FLAGS.copy()
     # OEPREF
     self.preferences = OBJECT_PREFERENCES.copy()
예제 #3
0
파일: mfa.py 프로젝트: carriercomm/anaconda
 def initialize(self):
     self.objectFlags = OBJECT_FLAGS.copy()
     self.newObjectFlags = NEW_OBJECT_FLAGS.copy()
예제 #4
0
 def initialize(self):
     self.objectFlags = OBJECT_FLAGS.copy()
     self.newObjectFlags = NEW_OBJECT_FLAGS.copy()