Searched refs:__main__ (Results 1 - 25 of 66) sorted by relevance

123

/prebuilts/gdb/darwin-x86/lib/python2.7/hotshot/
H A D__init__.py53 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/lib-tk/
H A DScrolledText.py45 import __main__ namespace
49 stext.insert(END, __main__.__doc__)
54 if __name__ == "__main__":
/prebuilts/gdb/linux-x86/lib/python2.7/hotshot/
H A D__init__.py53 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/lib-tk/
H A DScrolledText.py45 import __main__ namespace
49 stext.insert(END, __main__.__doc__)
54 if __name__ == "__main__":
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
H A D__init__.py53 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/lib-tk/
H A DScrolledText.py45 import __main__ namespace
49 stext.insert(END, __main__.__doc__)
54 if __name__ == "__main__":
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/
H A D__init__.py53 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/lib-tk/
H A DScrolledText.py45 import __main__ namespace
49 stext.insert(END, __main__.__doc__)
54 if __name__ == "__main__":
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Drlcompleter.py4 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 DcProfile.py133 import __main__ namespace
134 dict = __main__.__dict__
189 '__name__': '__main__',
198 if __name__ == '__main__':
H A Dbdb.py391 import __main__ namespace
392 globals = __main__.__dict__
409 import __main__ namespace
410 globals = __main__.__dict__
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Drlcompleter.py4 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 DcProfile.py133 import __main__ namespace
134 dict = __main__.__dict__
189 '__name__': '__main__',
198 if __name__ == '__main__':
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Drlcompleter.py4 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 DcProfile.py133 import __main__ namespace
134 dict = __main__.__dict__
189 '__name__': '__main__',
198 if __name__ == '__main__':
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Drlcompleter.py4 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 DcProfile.py133 import __main__ namespace
134 dict = __main__.__dict__
189 '__name__': '__main__',
198 if __name__ == '__main__':
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
H A DAutoComplete.py24 import __main__ namespace
188 namespace = __main__.__dict__.copy()
189 namespace.update(__main__.__builtins__.__dict__)
226 namespace.update(__main__.__dict__)
H A DCallTips.py15 import __main__ namespace
114 namespace.update(__main__.__dict__)
183 if __name__=='__main__':
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
H A DAutoComplete.py24 import __main__ namespace
188 namespace = __main__.__dict__.copy()
189 namespace.update(__main__.__builtins__.__dict__)
226 namespace.update(__main__.__dict__)
H A DCallTips.py15 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 DAutoComplete.py24 import __main__ namespace
188 namespace = __main__.__dict__.copy()
189 namespace.update(__main__.__builtins__.__dict__)
226 namespace.update(__main__.__dict__)
H A DCallTips.py15 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 DAutoComplete.py24 import __main__ namespace
188 namespace = __main__.__dict__.copy()
189 namespace.update(__main__.__builtins__.__dict__)
226 namespace.update(__main__.__dict__)
H A DCallTips.py15 import __main__ namespace
114 namespace.update(__main__.__dict__)
183 if __name__=='__main__':

Completed in 1491 milliseconds

123