HomeSort by relevance Sort by last modified time
    Searched refs:co_nlocals (Results 1 - 14 of 14) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
code.h 13 int co_nlocals; /* #local variables */ member in struct:__anon83957
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
code.h 13 int co_nlocals; /* #local variables */ member in struct:__anon84080
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_new.py 112 nlocals = c.co_nlocals
140 # negative co_nlocals used to trigger a SystemError
test_import.py 480 code = type(code)(code.co_argcount, code.co_nlocals, code.co_stacksize,
test_sys.py 613 extras = x.f_code.co_stacksize + x.f_code.co_nlocals +\
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_new.py 112 nlocals = c.co_nlocals
140 # negative co_nlocals used to trigger a SystemError
test_import.py 480 code = type(code)(code.co_argcount, code.co_nlocals, code.co_stacksize,
test_sys.py 613 extras = x.f_code.co_stacksize + x.f_code.co_nlocals +\
  /external/chromium_org/third_party/jinja2/
debug.py 248 code = code_type(0, code.co_nlocals, code.co_stacksize,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
modulefinder.py 601 return types.CodeType(co.co_argcount, co.co_nlocals, co.co_stacksize,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
modulefinder.py 601 return types.CodeType(co.co_argcount, co.co_nlocals, co.co_stacksize,
  /external/chromium_org/third_party/cython/src/Cython/Debugger/
libpython.py 877 self.co_nlocals = int_from_int(self.co.field('co_nlocals'))
889 for i in safe_range(self.co_nlocals):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]

Completed in 522 milliseconds