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())):
Convert a module namespace to a Python dictionary.