/prebuilts/gdb/darwin-x86/lib/python2.7/hotshot/ |
H A D | __init__.py | 53 The globals from the __main__ module are used as both the 56 import __main__ namespace 57 dict = __main__.__dict__
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
H A D | rlcompleter.py | 4 namespace (which defaults to __main__); when completing NAME.NAME..., it 39 import __main__ namespace 50 is __main__ (technically, __main__.__dict__). Namespaces should be 63 # specific namespace or to use __main__.__dict__. This will allow us 64 # to bind to __main__.__dict__ at completion time, not now. 79 self.namespace = __main__.__dict__
|
H A D | cProfile.py | 133 import __main__ namespace 134 dict = __main__.__dict__ 189 '__name__': '__main__', 198 if __name__ == '__main__':
|
/prebuilts/gdb/linux-x86/lib/python2.7/hotshot/ |
H A D | __init__.py | 53 The globals from the __main__ module are used as both the 56 import __main__ namespace 57 dict = __main__.__dict__
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
H A D | rlcompleter.py | 4 namespace (which defaults to __main__); when completing NAME.NAME..., it 39 import __main__ namespace 50 is __main__ (technically, __main__.__dict__). Namespaces should be 63 # specific namespace or to use __main__.__dict__. This will allow us 64 # to bind to __main__.__dict__ at completion time, not now. 79 self.namespace = __main__.__dict__
|
H A D | cProfile.py | 133 import __main__ namespace 134 dict = __main__.__dict__ 189 '__name__': '__main__', 198 if __name__ == '__main__':
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/ |
H A D | __init__.py | 53 The globals from the __main__ module are used as both the 56 import __main__ namespace 57 dict = __main__.__dict__
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
H A D | rlcompleter.py | 4 namespace (which defaults to __main__); when completing NAME.NAME..., it 39 import __main__ namespace 50 is __main__ (technically, __main__.__dict__). Namespaces should be 63 # specific namespace or to use __main__.__dict__. This will allow us 64 # to bind to __main__.__dict__ at completion time, not now. 79 self.namespace = __main__.__dict__
|
H A D | cProfile.py | 133 import __main__ namespace 134 dict = __main__.__dict__ 189 '__name__': '__main__', 198 if __name__ == '__main__':
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/ |
H A D | __init__.py | 53 The globals from the __main__ module are used as both the 56 import __main__ namespace 57 dict = __main__.__dict__
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
H A D | rlcompleter.py | 4 namespace (which defaults to __main__); when completing NAME.NAME..., it 39 import __main__ namespace 50 is __main__ (technically, __main__.__dict__). Namespaces should be 63 # specific namespace or to use __main__.__dict__. This will allow us 64 # to bind to __main__.__dict__ at completion time, not now. 79 self.namespace = __main__.__dict__
|
H A D | cProfile.py | 133 import __main__ namespace 134 dict = __main__.__dict__ 189 '__name__': '__main__', 198 if __name__ == '__main__':
|
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/ |
H A D | ScrolledText.py | 45 import __main__ namespace 49 stext.insert(END, __main__.__doc__) 54 if __name__ == "__main__":
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/ |
H A D | ScrolledText.py | 45 import __main__ namespace 49 stext.insert(END, __main__.__doc__) 54 if __name__ == "__main__":
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
H A D | ScrolledText.py | 45 import __main__ namespace 49 stext.insert(END, __main__.__doc__) 54 if __name__ == "__main__":
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
H A D | ScrolledText.py | 45 import __main__ namespace 49 stext.insert(END, __main__.__doc__) 54 if __name__ == "__main__":
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
H A D | AutoComplete.py | 24 import __main__ namespace 188 namespace = __main__.__dict__.copy() 189 namespace.update(__main__.__builtins__.__dict__) 226 namespace.update(__main__.__dict__)
|
H A D | CallTips.py | 15 import __main__ namespace 114 namespace.update(__main__.__dict__) 183 if __name__=='__main__':
|
H A D | RemoteDebugger.py | 109 import __main__ namespace 110 self.idb.run(cmd, __main__.__dict__)
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
H A D | AutoComplete.py | 24 import __main__ namespace 188 namespace = __main__.__dict__.copy() 189 namespace.update(__main__.__builtins__.__dict__) 226 namespace.update(__main__.__dict__)
|
H A D | CallTips.py | 15 import __main__ namespace 114 namespace.update(__main__.__dict__) 183 if __name__=='__main__':
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
H A D | AutoComplete.py | 24 import __main__ namespace 188 namespace = __main__.__dict__.copy() 189 namespace.update(__main__.__builtins__.__dict__) 226 namespace.update(__main__.__dict__)
|
H A D | CallTips.py | 15 import __main__ namespace 114 namespace.update(__main__.__dict__) 183 if __name__=='__main__':
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
H A D | AutoComplete.py | 24 import __main__ namespace 188 namespace = __main__.__dict__.copy() 189 namespace.update(__main__.__builtins__.__dict__) 226 namespace.update(__main__.__dict__)
|
H A D | CallTips.py | 15 import __main__ namespace 114 namespace.update(__main__.__dict__) 183 if __name__=='__main__':
|