コード例 #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()