Searched refs:module_attribute (Results 1 – 1 of 1) sorted by relevance
630 def get_module_name(module_attribute): argument640 if module_attribute.__module__ == '__main__':641 module_file = inspect.getfile(module_attribute)644 return module_attribute.__module__