[svn r38458] better docstring for top level object
--HG-- branch : trunk
This commit is contained in:
parent
155886bb54
commit
4e66510fa7
|
@ -2,7 +2,9 @@
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
class Std(object):
|
class Std(object):
|
||||||
""" (lazily) hook into the top-level standard library """
|
""" makes all standard python modules available as a lazily
|
||||||
|
computed attribute.
|
||||||
|
"""
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.__dict__ = sys.modules
|
self.__dict__ = sys.modules
|
||||||
|
|
Loading…
Reference in New Issue