OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:f_globals
(Results
51 - 75
of
102
) sorted by null
1
2
3
4
5
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
run.py
349
while tb and tb.tb_frame.
f_globals
["__name__"] in ["rpc", "run"]:
RemoteDebugger.py
132
dict = frame.
f_globals
211
if name == "
f_globals
":
Debugger.py
295
gdict = frame.
f_globals
343
modname = frame.
f_globals
["__name__"]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
run.py
349
while tb and tb.tb_frame.
f_globals
["__name__"] in ["rpc", "run"]:
RemoteDebugger.py
132
dict = frame.
f_globals
211
if name == "
f_globals
":
Debugger.py
295
gdict = frame.
f_globals
343
modname = frame.
f_globals
["__name__"]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ceval.c
944
lltrace = PyDict_GetItemString(f->
f_globals
, "__lltrace__") != NULL;
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ceval.c
942
lltrace = PyDict_GetItemString(f->
f_globals
, "__lltrace__") != NULL;
[
all
...]
_warnings.c
458
globals = f->
f_globals
;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
warnings.py
195
globals = caller.
f_globals
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
warnings.py
191
globals = caller.
f_globals
collections.py
330
# support tracing utilities by setting a value for frame.
f_globals
['__name__']
344
result.__module__ = _sys._getframe(1).
f_globals
.get('__name__', '__main__')
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
RemoteDebugger.py
132
dict = frame.
f_globals
211
if name == "
f_globals
":
Debugger.py
295
gdict = frame.
f_globals
343
modname = frame.
f_globals
["__name__"]
/prebuilts/gdb/darwin-x86/lib/python2.7/
warnings.py
191
globals = caller.
f_globals
collections.py
356
# tracing utilities by setting a value for frame.
f_globals
['__name__']
370
result.__module__ = _sys._getframe(1).
f_globals
.get('__name__', '__main__')
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
RemoteDebugger.py
132
dict = frame.
f_globals
211
if name == "
f_globals
":
Debugger.py
295
gdict = frame.
f_globals
343
modname = frame.
f_globals
["__name__"]
/prebuilts/gdb/linux-x86/lib/python2.7/
warnings.py
191
globals = caller.
f_globals
collections.py
356
# tracing utilities by setting a value for frame.
f_globals
['__name__']
370
result.__module__ = _sys._getframe(1).
f_globals
.get('__name__', '__main__')
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
warnings.py
191
globals = caller.
f_globals
collections.py
356
# tracing utilities by setting a value for frame.
f_globals
['__name__']
370
result.__module__ = _sys._getframe(1).
f_globals
.get('__name__', '__main__')
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
warnings.py
191
globals = caller.
f_globals
collections.py
356
# tracing utilities by setting a value for frame.
f_globals
['__name__']
370
result.__module__ = _sys._getframe(1).
f_globals
.get('__name__', '__main__')
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_support.py
219
if sys._getframe(1).
f_globals
.get("__name__") == "__main__":
546
registry = frame.
f_globals
.get('__warningregistry__')
[
all
...]
Completed in 773 milliseconds
1
2
3
4
5