HomeSort by relevance Sort by last modified time
    Searched full:func_globals (Results 1 - 16 of 16) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_funcattrs.py 13 power< any+ trailer< '.' attr=('func_closure' | 'func_doc' | 'func_globals'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_funcattrs.py 13 power< any+ trailer< '.' attr=('func_closure' | 'func_doc' | 'func_globals'
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
funcobject.h 24 PyObject *func_globals; /* A dictionary (other mappings won't do) */ member in struct:__anon60453
58 (((PyFunctionObject *)func) -> func_globals)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
funcobject.h 24 PyObject *func_globals; /* A dictionary (other mappings won't do) */ member in struct:__anon60576
58 (((PyFunctionObject *)func) -> func_globals)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
types.py 82 MemberDescriptorType = type(FunctionType.func_globals)
inspect.py 151 func_globals global namespace in which this function was defined
    [all...]
doctest.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
types.py 82 MemberDescriptorType = type(FunctionType.func_globals)
inspect.py 151 func_globals global namespace in which this function was defined
    [all...]
doctest.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pyclbr.py 143 return item.func_globals is module.__dict__
test_funcattrs.py 64 self.assertIs(self.b.func_globals, globals())
65 self.cannot_set_attr(self.b, 'func_globals', 2, TypeError)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pyclbr.py 143 return item.func_globals is module.__dict__
test_funcattrs.py 64 self.assertIs(self.b.func_globals, globals())
65 self.cannot_set_attr(self.b, 'func_globals', 2, TypeError)
  /external/chromium_org/third_party/jinja2/
sandbox.py 27 'func_defaults', 'func_globals'])
  /external/chromium_org/third_party/pymock/
mock.py     [all...]

Completed in 590 milliseconds