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

Function get_loader

Lib/pkgutil.py:441–464  ·  view source on GitHub ↗

Get a PEP 302 "loader" object for module_or_name If the module or package is accessible via the normal import mechanism, a wrapper around the relevant part of that machinery is returned. Returns None if the module cannot be found or imported. If the named module is not already impo

(module_or_name)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

_get_module_detailsFunction · 0.90
get_dataFunction · 0.85

Calls 2

getattrFunction · 0.85
find_loaderFunction · 0.85

Tested by

no test coverage detected