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

12

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
profile.py 289 fn = (fcode.co_filename, fcode.co_firstlineno, fcode.co_name)
373 self.co_name = name
377 return repr((self.co_filename, self.co_line, self.co_name))
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))
inspect.py 220 co_name name with which this code object was defined
    [all...]
asyncore.py 564 tb.tb_frame.f_code.co_name,
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/test/
test_exceptions.py 166 self.assertEqual(co.co_name, "test_capi1")
178 self.assertEqual(co.co_name, "__init__")
181 self.assertEqual(co2.co_name, "test_capi2")
test_import.py 483 code.co_name, code.co_firstlineno, code.co_lnotab,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
profile.py 289 fn = (fcode.co_filename, fcode.co_firstlineno, fcode.co_name)
373 self.co_name = name
377 return repr((self.co_filename, self.co_line, self.co_name))
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))
inspect.py 220 co_name name with which this code object was defined
    [all...]
asyncore.py 564 tb.tb_frame.f_code.co_name,
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/test/
test_exceptions.py 166 self.assertEqual(co.co_name, "test_capi1")
178 self.assertEqual(co.co_name, "__init__")
181 self.assertEqual(co2.co_name, "test_capi2")
test_import.py 483 code.co_name, code.co_firstlineno, code.co_lnotab,
  /external/chromium_org/third_party/jinja2/
debug.py 240 function = tb.tb_frame.f_code.co_name
  /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/linux-x86/2.7.5/lib/
libpython2.7.a     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
libpython2.7.a     [all...]

Completed in 770 milliseconds

12