MCPcopy Index your code
hub / github.com/RustPython/RustPython / get_filename

Method get_filename

Lib/importlib/_bootstrap_external.py:943–945  ·  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

941
942 @_check_name
943 def get_filename(self, fullname):
944 """Return the path to the source file as found by the finder."""
945 return self.path
946
947 def get_data(self, path):
948 """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