module documentation

Undocumented

Class Command Undocumented
Function module_to_dict Convert a module namespace to a Python dictionary.
def module_to_dict(module, omittable=(lambda k: k.startswith('_') or not k.isupper())): (source)

Convert a module namespace to a Python dictionary.