HomeSort by relevance Sort by last modified time
    Searched refs:co_name (Results 26 - 49 of 49) sorted by null

12

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
Debugger.py 46 if code.co_name != "?":
47 message = "%s: %s()" % (message, code.co_name)
348 funcname = code.co_name
RemoteDebugger.py 155 return code.co_name
248 if name == "co_name":
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pdb.py 396 #use co_name to identify the bkpt (function names
397 #could be aliased, but co_name is invariant)
398 funcname = code.co_name
844 print >>self.stdout, 'Function', code.co_name
850 print >>self.stdout, 'Method', code.co_name
    [all...]
trace.py 537 funcname = code.co_name
608 % (modulename, code.co_name))
asyncore.py 564 tb.tb_frame.f_code.co_name,
inspect.py 220 co_name name with which this code object was defined
    [all...]
modulefinder.py 603 co.co_varnames, new_filename, co.co_name,
threading.py 838 exc_tb.tb_frame.f_code.co_name))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pdb.py 396 #use co_name to identify the bkpt (function names
397 #could be aliased, but co_name is invariant)
398 funcname = code.co_name
844 print >>self.stdout, 'Function', code.co_name
850 print >>self.stdout, 'Method', code.co_name
    [all...]
trace.py 537 funcname = code.co_name
608 % (modulename, code.co_name))
asyncore.py 564 tb.tb_frame.f_code.co_name,
inspect.py 220 co_name name with which this code object was defined
    [all...]
modulefinder.py 603 co.co_varnames, new_filename, co.co_name,
threading.py 838 exc_tb.tb_frame.f_code.co_name))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
RemoteDebugger.py 155 return code.co_name
248 if name == "co_name":
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sys_setprofile.py 345 return code.co_firstlineno, code.co_name
test_import.py 483 code.co_name, code.co_firstlineno, code.co_lnotab,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sys_setprofile.py 345 return code.co_firstlineno, code.co_name
test_import.py 483 code.co_name, code.co_firstlineno, code.co_lnotab,
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
recognizers.py 869 if code.co_name in ('nextToken', '<module>'):
    [all...]
  /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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]

Completed in 343 milliseconds

12