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

1 23 4 5

  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_univnewlines2k.py 86 self.assertEqual(func.func_code.co_firstlineno, 3)
test_scope.py 571 self.assertRaises(TypeError, eval, g.func_code)
574 exec g.func_code in {}
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_univnewlines2k.py 86 self.assertEqual(func.func_code.co_firstlineno, 3)
test_scope.py 571 self.assertRaises(TypeError, eval, g.func_code)
574 exec g.func_code in {}
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_univnewlines2k.py 86 self.assertEqual(func.func_code.co_firstlineno, 3)
test_scope.py 571 self.assertRaises(TypeError, eval, g.func_code)
574 exec g.func_code in {}
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_scope.py 571 self.assertRaises(TypeError, eval, g.func_code)
574 exec g.func_code in {}
test_sys_setprofile.py 344 code = function.func_code
  /development/tools/axl/
singletonmixin.py 86 return cls.__init__.im_func.func_code.co_argcount - 1
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
util.py 325 obj.func_code.co_flags & CO_GENERATOR))
  /external/opencv3/3rdparty/jinja2/
sandbox.py 26 UNSAFE_FUNCTION_ATTRIBUTES = set(['func_closure', 'func_code', 'func_dict',
122 example this function returns `True` for the `func_code` attribute of
127 >>> is_internal_attribute(lambda: None, "func_code")
129 >>> is_internal_attribute((lambda x:x).func_code, 'co_code')
  /prebuilts/gdb/darwin-x86/lib/python2.7/
dis.py 29 if hasattr(x, 'func_code'):
30 x = x.func_code
inspect.py 148 func_code code object containing compiled function bytecode
162 object.func_code.co_flags & CO_GENERATOR)
412 object = object.func_code
569 object = object.func_code
816 args, varargs, varkw = getargs(func.func_code)
    [all...]
pdb.py 395 code = func.func_code
841 try: code = value.func_code
847 try: code = value.im_func.func_code
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
dis.py 29 if hasattr(x, 'func_code'):
30 x = x.func_code
inspect.py 148 func_code code object containing compiled function bytecode
162 object.func_code.co_flags & CO_GENERATOR)
412 object = object.func_code
569 object = object.func_code
816 args, varargs, varkw = getargs(func.func_code)
    [all...]
pdb.py 395 code = func.func_code
841 try: code = value.func_code
847 try: code = value.im_func.func_code
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dis.py 29 if hasattr(x, 'func_code'):
30 x = x.func_code
inspect.py 148 func_code code object containing compiled function bytecode
162 object.func_code.co_flags & CO_GENERATOR)
412 object = object.func_code
569 object = object.func_code
816 args, varargs, varkw = getargs(func.func_code)
    [all...]
pdb.py 395 code = func.func_code
841 try: code = value.func_code
847 try: code = value.im_func.func_code
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dis.py 29 if hasattr(x, 'func_code'):
30 x = x.func_code
inspect.py 148 func_code code object containing compiled function bytecode
162 object.func_code.co_flags & CO_GENERATOR)
412 object = object.func_code
569 object = object.func_code
816 args, varargs, varkw = getargs(func.func_code)
    [all...]
pdb.py 395 code = func.func_code
841 try: code = value.func_code
847 try: code = value.im_func.func_code
    [all...]
  /external/autotest/client/common_lib/
logging_manager.py 94 _caller_code_to_skip_in_logging_stack.add(func.func_code)
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
turtle.py     [all...]

Completed in 1518 milliseconds

1 23 4 5