HomeSort by relevance Sort by last modified time
    Searched refs:func_code (Results 51 - 69 of 69) sorted by null

1 23

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_marshal.py 149 co = ExceptionTestCase.test_exceptions.func_code
test_sys_setprofile.py 344 code = function.func_code
test_sys.py 286 SysModuleTest.test_getframe.im_func.func_code \
575 check(get_cell().func_code, size(h + '4i8Pi3P'))
test_import.py 282 func_filename = func.func_code.co_filename
344 foreign_code = test_main.func_code
test_copy.py 86 "hello", u"hello\u1234", f.func_code,
259 "hello", u"hello\u1234", f.func_code,
test_inspect.py 78 self.istest(inspect.iscode, 'mod.spam.func_code')
294 self.assertEqual(inspect.getsourcefile(m.x.func_code), '<string>')
  /external/autotest/client/common_lib/
logging_manager.py 94 _caller_code_to_skip_in_logging_stack.add(func.func_code)
  /external/python/cpython2/Lib/test/
test_sys_setprofile.py 344 code = function.func_code
test_sys.py 293 SysModuleTest.test_getframe.im_func.func_code \
578 check(get_cell().func_code, size('4i8Pi3P'))
test_marshal.py 153 co = ExceptionTestCase.test_exceptions.func_code
test_copy.py 87 "hello", u"hello\u1234", f.func_code,
305 "hello", u"hello\u1234", f.func_code,
test_import.py 439 func_filename = func.func_code.co_filename
502 foreign_code = test_main.func_code
test_inspect.py 82 self.istest(inspect.iscode, 'mod.spam.func_code')
313 self.assertEqual(inspect.getsourcefile(m.x.func_code), '<string>')
    [all...]
  /external/python/cpython2/Lib/lib-tk/
turtle.py     [all...]
  /external/python/cpython3/Lib/
inspect.py     [all...]
  /external/tensorflow/tensorflow/python/framework/
ops.py 89 func_code = function_utils.get_func_code(dev_func)
90 if func_code:
91 fname = func_code.co_filename
92 lineno = func_code.co_firstlineno
    [all...]
  /external/pdfium/third_party/pymock/
mock.py     [all...]
  /external/python/cpython2/Lib/pydoc_data/
topics.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc_data/
topics.py 11 'bltin-code-objects': u'\nCode Objects\n************\n\nCode objects are used by the implementation to represent "pseudo-\ncompiled" executable Python code such as a function body. They differ\nfrom function objects because they don\'t contain a reference to their\nglobal execution environment. Code objects are returned by the built-\nin ``compile()`` function and can be extracted from function objects\nthrough their ``func_code`` attribute. See also the ``code`` module.\n\nA code object can be executed or evaluated by passing it (instead of a\nsource string) to the ``exec`` statement or the built-in ``eval()``\nfunction.\n\nSee *The standard type hierarchy* for more information.\n',
    [all...]

Completed in 1301 milliseconds

1 23