MCPcopy Index your code
hub / github.com/python/cpython / get_filename

Method get_filename

Lib/importlib/_bootstrap_external.py:915–917  ·  view source on GitHub ↗

Return the path to the source file as found by the finder.

(self, fullname)

Source from the content-addressed store, hash-verified

913
914 @_check_name
915 def get_filename(self, fullname):
916 """Return the path to the source file as found by the finder."""
917 return self.path
918
919 def get_data(self, path):
920 """Return the data from path as raw bytes."""

Callers 5

spec_from_file_locationFunction · 0.45
is_packageMethod · 0.45
get_sourceMethod · 0.45
get_codeMethod · 0.45
get_codeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected