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

1 23

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_copy.py 86 "hello", u"hello\u1234", f.func_code,
259 "hello", u"hello\u1234", f.func_code,
test_import.py 414 func_filename = func.func_code.co_filename
477 foreign_code = test_main.func_code
test_inspect.py 78 self.istest(inspect.iscode, 'mod.spam.func_code')
294 self.assertEqual(inspect.getsourcefile(m.x.func_code), '<string>')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_import.py 414 func_filename = func.func_code.co_filename
477 foreign_code = test_main.func_code
test_inspect.py 78 self.istest(inspect.iscode, 'mod.spam.func_code')
294 self.assertEqual(inspect.getsourcefile(m.x.func_code), '<string>')
    [all...]
  /external/chromium_org/third_party/pymock/
mock.py     [all...]

Completed in 67 milliseconds

1 23