![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveadvanced module/import/namespace idioms
From: chuck <cmedcoff@gmail.com>
Date: Sat Dec 31 2005 - 14:39:27 CET
Every once in awhile I run across a python module that might have
for c in sys.modules[module].__dict__.values():
or
import __builtin__
Snurf also does some strange import trickory (see
While I'm sure none of this stuff is rocket science, but rather just
|