HomeSort by relevance Sort by last modified time
    Searched full:pprint (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pprint.py 1 import pprint namespace
43 pp = pprint.PrettyPrinter()
47 self.assertFalse(pprint.isrecursive(safe),
49 self.assertTrue(pprint.isreadable(safe),
65 pp = pprint.PrettyPrinter()
68 self.assertTrue(pprint.isrecursive(icky), "expected isrecursive")
69 self.assertFalse(pprint.isreadable(icky), "expected not isreadable")
80 self.assertFalse(pprint.isrecursive(safe),
82 self.assertTrue(pprint.isreadable(safe),
92 pp = pprint.PrettyPrinter(
    [all...]
test_sys_setprofile.py 2 import pprint namespace
97 % (pprint.pformat(expected), pprint.pformat(events)))
373 import pprint namespace
374 pprint.pprint(capture_events(callable))
test_hotshot.py 2 import pprint namespace
63 % (pprint.pformat(events), pprint.pformat(expected)))
test_sgmllib.py 1 import pprint namespace
119 #print >>sys.stderr, pprint.pformat(self.events)
123 "Expected:\n" + pprint.pformat(expected_events) +
124 "\nReceived:\n" + pprint.pformat(events))
135 % (source, pprint.pformat(parser.get_events())))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pprint.py 1 import pprint namespace
43 pp = pprint.PrettyPrinter()
47 self.assertFalse(pprint.isrecursive(safe),
49 self.assertTrue(pprint.isreadable(safe),
65 pp = pprint.PrettyPrinter()
68 self.assertTrue(pprint.isrecursive(icky), "expected isrecursive")
69 self.assertFalse(pprint.isreadable(icky), "expected not isreadable")
80 self.assertFalse(pprint.isrecursive(safe),
82 self.assertTrue(pprint.isreadable(safe),
92 pp = pprint.PrettyPrinter(
    [all...]
test_sys_setprofile.py 2 import pprint namespace
97 % (pprint.pformat(expected), pprint.pformat(events)))
373 import pprint namespace
374 pprint.pprint(capture_events(callable))
test_hotshot.py 2 import pprint namespace
63 % (pprint.pformat(events), pprint.pformat(expected)))
test_sgmllib.py 1 import pprint namespace
119 #print >>sys.stderr, pprint.pformat(self.events)
123 "Expected:\n" + pprint.pformat(expected_events) +
124 "\nReceived:\n" + pprint.pformat(events))
135 % (source, pprint.pformat(parser.get_events())))
  /pdk/apps/CameraITS/tests/
test_camera_properties.py 16 import pprint namespace
24 pprint.pprint(props)
test_3a_remote.py 19 import pprint namespace
test_black_white.py 21 import pprint namespace
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_queue.py 6 from pprint import pprint namespace
37 pprint(d.stat())
53 pprint(d.stat())
62 pprint(d.stat())
73 pprint(d.stat())
84 pprint(d.stat())
108 pprint(d.stat())
124 pprint(d.stat())
134 pprint(d.stat()
    [all...]
test_recno.py 6 from pprint import pprint namespace
53 pprint(stat)
106 pprint(items)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_queue.py 6 from pprint import pprint namespace
37 pprint(d.stat())
53 pprint(d.stat())
62 pprint(d.stat())
73 pprint(d.stat())
84 pprint(d.stat())
108 pprint(d.stat())
124 pprint(d.stat())
134 pprint(d.stat()
    [all...]
test_recno.py 6 from pprint import pprint namespace
53 pprint(stat)
106 pprint(items)
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
gypd.py 26 run "pprint.pprint(eval(open('source.gyp').read()))", which will still strip
37 import pprint namespace
86 pprint.pprint(data[input_file], output)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
grammar.py 115 from pprint import pprint namespace
117 pprint(self.symbol2number)
119 pprint(self.number2symbol)
121 pprint(self.states)
123 pprint(self.dfas)
125 pprint(self.labels)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
grammar.py 115 from pprint import pprint namespace
117 pprint(self.symbol2number)
119 pprint(self.number2symbol)
121 pprint(self.states)
123 pprint(self.dfas)
125 pprint(self.labels)
  /external/clang/bindings/python/examples/cindex/
cindex-dump.py 58 from pprint import pprint namespace
82 pprint(('diags', map(get_diag_info, tu.diagnostics)))
83 pprint(('nodes', get_info(tu.cursor)))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pprint.py 28 pprint()
45 __all__ = ["pprint","pformat","isreadable","isrecursive","saferepr",
55 def pprint(object, stream=None, indent=1, width=80, depth=None): function
59 printer.pprint(object)
116 def pprint(self, object): member in class:PrettyPrinter
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pprint.py 28 pprint()
45 __all__ = ["pprint","pformat","isreadable","isrecursive","saferepr",
55 def pprint(object, stream=None, indent=1, width=80, depth=None): function
59 printer.pprint(object)
116 def pprint(self, object): member in class:PrettyPrinter
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
UndoDelegator.py 39 from pprint import pprint namespace
40 pprint(self.undolist[:self.pointer])
45 pprint(self.undolist[self.pointer:])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
UndoDelegator.py 39 from pprint import pprint namespace
40 pprint(self.undolist[:self.pointer])
45 pprint(self.undolist[self.pointer:])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_keeprefs.py 139 ## from pprint import pprint as pp
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_keeprefs.py 139 ## from pprint import pprint as pp

Completed in 1258 milliseconds

1 2 3 4