Searched refs:module_attribute (Results 1 – 1 of 1) sorted by relevance
651 def get_module_name(module_attribute): argument661 if module_attribute.__module__ == '__main__':662 module_file = inspect.getfile(module_attribute)666 return module_attribute.__module__