/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
trace.py | 531 filename = code.co_filename 616 filename = frame.f_code.co_filename 631 filename = frame.f_code.co_filename 643 filename = frame.f_code.co_filename
|
pdb.py | 153 if (self.mainpyfile != self.canonic(frame.f_code.co_filename) 400 filename = code.co_filename 429 filename = self.curframe.f_code.co_filename 806 filename = self.curframe.f_code.co_filename [all...] |
asyncore.py | 563 tb.tb_frame.f_code.co_filename,
|
inspect.py | 216 co_filename name of file in which this code object was created 418 return object.co_filename [all...] |
modulefinder.py | 581 new_filename = original_filename = os.path.normpath(co.co_filename) 589 self.msgout(2, "co_filename %r changed to %r" \ 592 self.msgout(2, "co_filename %r remains unchanged" \
|
/external/chromium_org/third_party/ply/ |
lex.py | 360 func_code(func).co_filename, func_code(func).co_firstlineno, 683 file = func_code(t).co_filename 731 file = func_code(f).co_filename 801 file = func_code(f).co_filename [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_exceptions.py | 167 self.assertTrue(co.co_filename.endswith('test_exceptions'+os.extsep+'py')) 179 self.assertTrue(co.co_filename.endswith('test_exceptions'+os.extsep+'py'))
|
test_inspect.py | 281 linecache.cache[co.co_filename] = (1, None, "None", co.co_filename) 403 linecache.cache[co.co_filename] = (1, None, lines, co.co_filename) [all...] |
test_import.py | 402 # Test that the `co_filename` attribute on code objects always points 409 code_filename = sys._getframe().f_code.co_filename 414 func_filename = func.func_code.co_filename 482 code.co_names, code.co_varnames, code.co_filename, 489 self.assertEqual(mod.constant.co_filename, foreign_code.co_filename)
|
test_compile.py | 507 self.assertEqual(co2.co_filename, '%s3' % fname)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_exceptions.py | 167 self.assertTrue(co.co_filename.endswith('test_exceptions'+os.extsep+'py')) 179 self.assertTrue(co.co_filename.endswith('test_exceptions'+os.extsep+'py'))
|
test_inspect.py | 281 linecache.cache[co.co_filename] = (1, None, "None", co.co_filename) 403 linecache.cache[co.co_filename] = (1, None, lines, co.co_filename) [all...] |
test_import.py | 402 # Test that the `co_filename` attribute on code objects always points 409 code_filename = sys._getframe().f_code.co_filename 414 func_filename = func.func_code.co_filename 482 code.co_names, code.co_varnames, code.co_filename, 489 self.assertEqual(mod.constant.co_filename, foreign_code.co_filename)
|
test_compile.py | 507 self.assertEqual(co2.co_filename, '%s3' % fname)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pdb.py | 153 if (self.mainpyfile != self.canonic(frame.f_code.co_filename) 400 filename = code.co_filename 429 filename = self.curframe.f_code.co_filename 806 filename = self.curframe.f_code.co_filename [all...] |
asyncore.py | 563 tb.tb_frame.f_code.co_filename,
|
inspect.py | 216 co_filename name of file in which this code object was created 418 return object.co_filename [all...] |
modulefinder.py | 581 new_filename = original_filename = os.path.normpath(co.co_filename) 589 self.msgout(2, "co_filename %r changed to %r" \ 592 self.msgout(2, "co_filename %r remains unchanged" \
|
threading.py | 836 (exc_tb.tb_frame.f_code.co_filename, [all...] |
/external/chromium_org/tools/code_coverage/ |
croc_html.py | 409 src_dir = os.path.split(self.WriteRoot.func_code.co_filename)[0]
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
RemoteDebugger.py | 159 return code.co_filename 251 if name == "co_filename":
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
RemoteDebugger.py | 159 return code.co_filename 251 if name == "co_filename":
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/ |
__init__.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/ |
__init__.py | [all...] |
/external/chromium_org/third_party/jinja2/ |
environment.py | [all...] |