Return the module specified by `module`. In particular: - If `module` is a module, then return module. - If `module` is a string, then import and return the module with that name. - If `module` is None, then return the calling module. The calling module is ass
(module, depth=2)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected