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

Function get_data

Lib/pkgutil.py:556–591  ·  view source on GitHub ↗

Get a resource from a package. This is a wrapper round the PEP 302 loader get_data API. The package argument should be the name of a package, in standard module format (foo.bar). The resource argument should be in the form of a relative filename, using '/' as the path separator. The

(package, resource)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 7

get_loaderFunction · 0.85
splitMethod · 0.80
getMethod · 0.45
load_moduleMethod · 0.45
insertMethod · 0.45
joinMethod · 0.45
get_dataMethod · 0.45

Tested by

no test coverage detected