HomeSort by relevance Sort by last modified time
    Searched refs:fromkeys (Results 51 - 75 of 90) sorted by null

1 23 4

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
setuptools_build_ext.py 190 libnames = dict.fromkeys([lib._full_name for lib in self.shlibs])
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_random.py 108 self.gen.sample(dict.fromkeys('abcdefghijklmnopqrst'), 2)
111 a = dict.fromkeys(range(10)+range(10,100,2)+range(100,110))
pickletester.py 861 x = dict.fromkeys(range(n))
870 x = dict.fromkeys(range(n))
    [all...]
test_builtin.py     [all...]
test_itertools.py 543 self.assertEqual(len(dict.fromkeys(ids)), len(ids))
594 self.assertEqual(len(dict.fromkeys(ids)), len(ids))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_random.py 108 self.gen.sample(dict.fromkeys('abcdefghijklmnopqrst'), 2)
111 a = dict.fromkeys(range(10)+range(10,100,2)+range(100,110))
pickletester.py 861 x = dict.fromkeys(range(n))
870 x = dict.fromkeys(range(n))
    [all...]
test_builtin.py     [all...]
test_itertools.py 543 self.assertEqual(len(dict.fromkeys(ids)), len(ids))
594 self.assertEqual(len(dict.fromkeys(ids)), len(ids))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_random.py 108 self.gen.sample(dict.fromkeys('abcdefghijklmnopqrst'), 2)
111 a = dict.fromkeys(range(10)+range(10,100,2)+range(100,110))
pickletester.py 861 x = dict.fromkeys(range(n))
870 x = dict.fromkeys(range(n))
    [all...]
test_builtin.py     [all...]
test_itertools.py 543 self.assertEqual(len(dict.fromkeys(ids)), len(ids))
594 self.assertEqual(len(dict.fromkeys(ids)), len(ids))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_random.py 108 self.gen.sample(dict.fromkeys('abcdefghijklmnopqrst'), 2)
111 a = dict.fromkeys(range(10)+range(10,100,2)+range(100,110))
pickletester.py 861 x = dict.fromkeys(range(n))
870 x = dict.fromkeys(range(n))
    [all...]
test_builtin.py     [all...]
test_itertools.py 543 self.assertEqual(len(dict.fromkeys(ids)), len(ids))
594 self.assertEqual(len(dict.fromkeys(ids)), len(ids))
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/
Graph.py 334 l = dict.fromkeys( self.inc_nbrs(node) + self.out_nbrs(node) )
  /external/chromium-trace/catapult/third_party/WebOb/webob/
request.py 92 http_method_probably_has_body = dict.fromkeys(
95 dict.fromkeys(('POST', 'PUT', 'PATCH'), True))
    [all...]
cookies.py 246 self.update(dict.fromkeys(_c_keys, None))
  /external/selinux/policycoreutils/sepolicy/sepolicy/
manpage.py 157 alphabet_manpages = dict.fromkeys(string.ascii_letters, [])
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
httplib.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
httplib.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
httplib.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
httplib.py     [all...]

Completed in 604 milliseconds

1 23 4