What is "<module '?' (built-in)>"?

Seo Sanghyeon unendliche at hanmail.net
Tue Jul 2 03:03:39 EDT 2002


Python 2.2.1 (#34, Apr  9 2002, 19:34:33) [MSC 32 bit (Intel)] on win32
Type "copyright", "credits" or "license" for more information.
IDLE 0.8 -- press F1 for help
>>> from types import ModuleType as module
>>> MyModule = module()
>>> MyModule
<module '?' (built-in)>
>>> dir(MyModule)
[]
>>> 

What is this?



More information about the Python-list mailing list