MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / _normalize_module

Function _normalize_module

Lib/doctest.py:190–207  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

_load_testfileFunction · 0.85
DocTestSuiteFunction · 0.85
DocFileSuiteFunction · 0.85
testsourceFunction · 0.85
debugFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected