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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
frameobject.h 22 PyObject *f_locals; /* local symbol table (any mapping) */ member in struct:_frame
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
frameobject.h 22 PyObject *f_locals; /* local symbol table (any mapping) */ member in struct:_frame
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
StackViewer.py 83 if frame.f_globals is not frame.f_locals:
84 item = VariablesTreeItem("<locals>", frame.f_locals, self.flist)
RemoteDebugger.py 139 dict = frame.f_locals
213 if name == "f_locals":
Debugger.py 294 ldict = frame.f_locals
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
StackViewer.py 83 if frame.f_globals is not frame.f_locals:
84 item = VariablesTreeItem("<locals>", frame.f_locals, self.flist)
RemoteDebugger.py 139 dict = frame.f_locals
213 if name == "f_locals":
Debugger.py 294 ldict = frame.f_locals
  /external/lldb/examples/python/
pytracer.py 110 return self.f.f_locals[vargs]
116 return self.f.f_locals[kwargs]
142 return self.f.f_locals if self.f != None else {}
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/exceptions/
collector.py 268 locals = f.f_locals
343 if tb.tb_frame.f_locals.get('__exception_formatter__'):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
bdb.py 370 if '__args__' in frame.f_locals:
371 args = frame.f_locals['__args__']
378 if '__return__' in frame.f_locals:
379 rv = frame.f_locals['__return__']
594 frame.f_locals)
pdb.py 121 # The f_locals dictionary is updated from the actual frame
122 # locals whenever the .f_locals accessor is called, so we
124 self.curframe_locals = self.curframe.f_locals
188 frame.f_locals['__return__'] = return_value
198 frame.f_locals['__exception__'] = exc_type, exc_value
640 self.curframe_locals = self.curframe.f_locals
651 self.curframe_locals = self.curframe.f_locals
    [all...]
inspect.py 204 f_locals local namespace seen by this frame
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
bdb.py 370 if '__args__' in frame.f_locals:
371 args = frame.f_locals['__args__']
378 if '__return__' in frame.f_locals:
379 rv = frame.f_locals['__return__']
594 frame.f_locals)
pdb.py 121 # The f_locals dictionary is updated from the actual frame
122 # locals whenever the .f_locals accessor is called, so we
124 self.curframe_locals = self.curframe.f_locals
188 frame.f_locals['__return__'] = return_value
198 frame.f_locals['__exception__'] = exc_type, exc_value
640 self.curframe_locals = self.curframe.f_locals
651 self.curframe_locals = self.curframe.f_locals
    [all...]
inspect.py 204 f_locals local namespace seen by this frame
    [all...]
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/evalexception/
middleware.py 262 vars = frame.tb_frame.f_locals
280 vars = frame.tb_frame.f_locals
386 if tb.tb_frame.f_locals.get('__exception_formatter__'):
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/
module.py 29 frame_locals = frame.f_locals
  /external/chromium-trace/trace-viewer/third_party/six/
six.py 668 _locs_ = frame.f_locals
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_inspect.py 91 'type(tb.tb_frame).f_locals')
93 self.assertFalse(inspect.isgetsetdescriptor(type(tb.tb_frame).f_locals))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_inspect.py 91 'type(tb.tb_frame).f_locals')
93 self.assertFalse(inspect.isgetsetdescriptor(type(tb.tb_frame).f_locals))
    [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 1398 milliseconds