recently I'm learning Python standard library and reading the source code
help for understanding I copy code segment and paste to python interpreter
but I feel it's inefficient and unwise ('cause import module won't got the _
)
I wanna to find a efficient way to test a module, include the _var and _func()
thanks for any good idea -- a green man