コード例 #1
0
 def __init__(self):
     self.collection = testdata.merge_lists(testdata.get_enums(), testdata.list_bool, testdata.list_int)
     self.collection_oldstyle = [oldstyle(x) for x in self.collection]
     self.collection_newstyle = [newstyle(x) for x in self.collection]
コード例 #2
0
ファイル: sbs_simple_compare.py プロジェクト: 89sos98/main
 def __init__(self):
     self.collection = testdata.merge_lists(testdata.get_enums(), testdata.list_bool, testdata.list_int)
     self.collection_oldstyle = [oldstyle(x) for x in self.collection]
     self.collection_newstyle = [newstyle(x) for x in self.collection]