HomeSort by relevance Sort by last modified time
    Searched full:__code__ (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/python/cpython2/Lib/plat-mac/
appletrawmain.py 58 __code__ = marshal.load(_fp) variable
60 # Again, we create an almost-normal environment (only __code__ is
64 exec __code__
bundlebuilder.py 639 site.__code__ = self._getSiteCode()
640 mf.scan_code(site.__code__, site)
663 if path and mod.__code__ is None:
678 mod.__code__ = code
680 if mod.__code__ is not None:
685 self.pymodules.append((name, mod.__code__, ispkg))
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
appletrawmain.py 58 __code__ = marshal.load(_fp) variable
60 # Again, we create an almost-normal environment (only __code__ is
64 exec __code__
bundlebuilder.py 639 site.__code__ = self._getSiteCode()
640 mf.scan_code(site.__code__, site)
663 if path and mod.__code__ is None:
678 mod.__code__ = code
680 if mod.__code__ is not None:
685 self.pymodules.append((name, mod.__code__, ispkg))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
appletrawmain.py 58 __code__ = marshal.load(_fp) variable
60 # Again, we create an almost-normal environment (only __code__ is
64 exec __code__
bundlebuilder.py 639 site.__code__ = self._getSiteCode()
640 mf.scan_code(site.__code__, site)
663 if path and mod.__code__ is None:
678 mod.__code__ = code
680 if mod.__code__ is not None:
685 self.pymodules.append((name, mod.__code__, ispkg))
    [all...]
  /external/python/cpython2/Lib/test/
test_traceback.py 215 lineno = prn.__code__.co_firstlineno
216 file = prn.__code__.co_filename
228 lineno = fmt.__code__.co_firstlineno
229 file = fmt.__code__.co_filename
247 lineno = extract.__code__.co_firstlineno
248 file = extract.__code__.co_filename
test_compile.py 627 for const in func.__code__.co_consts:
632 % (expected, func.__code__.co_consts))
647 self.assertIs(f1.__code__, f2.__code__)
666 self.assertIsNot(f1.__code__, f2.__code__)
679 self.assertIsNot(f1.__code__, f2.__code__)
test_code.py 179 coderef = weakref.ref(f.__code__, callback)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
makefreeze.py 41 if m.__code__:
47 str = marshal.dumps(m.__code__)
  /external/python/cpython2/Tools/freeze/
makefreeze.py 41 if m.__code__:
47 str = marshal.dumps(m.__code__)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_code.py 132 coderef = weakref.ref(f.__code__, callback)
  /external/libmojo/third_party/jinja2/
_compat.py 129 code_type = type(_C.method.__code__)
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
compat.py 125 co = fn.__code__
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_code.py 132 coderef = weakref.ref(f.__code__, callback)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_code.py 132 coderef = weakref.ref(f.__code__, callback)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_code.py 132 coderef = weakref.ref(f.__code__, callback)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_code.py 132 coderef = weakref.ref(f.__code__, callback)
  /external/ply/ply/ply/
lex.py 362 func.__code__.co_filename, func.__code__.co_firstlineno,
696 line = t.__code__.co_firstlineno
697 file = t.__code__.co_filename
722 f.sort(key=lambda x: x[1].__code__.co_firstlineno)
734 line = f.__code__.co_firstlineno
735 file = f.__code__.co_filename
744 nargs = f.__code__.co_argcount
803 line = f.__code__.co_firstlineno
804 file = f.__code__.co_filenam
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
modulefinder.py 57 self.__code__ = None
304 m.__code__ = co
430 if mm.__code__ is None:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
modulefinder.py 57 self.__code__ = None
304 m.__code__ = co
430 if mm.__code__ is None:
  /external/python/cpython2/Lib/
modulefinder.py 76 self.__code__ = None
323 m.__code__ = co
436 if mm.__code__ is None:
  /prebuilts/gdb/darwin-x86/lib/python2.7/
modulefinder.py 57 self.__code__ = None
304 m.__code__ = co
430 if mm.__code__ is None:
  /prebuilts/gdb/linux-x86/lib/python2.7/
modulefinder.py 57 self.__code__ = None
304 m.__code__ = co
430 if mm.__code__ is None:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
modulefinder.py 57 self.__code__ = None
304 m.__code__ = co
430 if mm.__code__ is None:

Completed in 458 milliseconds

1 2 3