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

Function find_loader

Lib/pkgutil.py:466–479  ·  view source on GitHub ↗

Find a PEP 302 "loader" object for fullname If fullname contains dots, path must be the containing package's __path__. Returns None if the module cannot be found or imported. This function uses iter_importers(), and is thus subject to the same limitations regarding platform-specific

(fullname)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

get_loaderFunction · 0.85

Calls 2

iter_importersFunction · 0.85
find_moduleMethod · 0.45

Tested by

no test coverage detected