コード例 #1
0
ファイル: test_objectmodel.py プロジェクト: mozillazg/pypy
 def g(n):
     d = OrderedDict()
     prepare_dict_update(d, n)
     return 42
コード例 #2
0
 def g(n):
     d = OrderedDict()
     prepare_dict_update(d, n)
     return 42
コード例 #3
0
ファイル: test_objectmodel.py プロジェクト: mozillazg/pypy
 def g(n):
     d = {}
     prepare_dict_update(d, n)
     return 42
コード例 #4
0
 def g(n):
     d = {}
     prepare_dict_update(d, n)
     return 42