MCPcopy Create free account
hub / github.com/ipython/traitlets / _find_file

Method _find_file

traitlets/config/loader.py:548–550  ·  view source on GitHub ↗

Try to find the file by searching the paths.

(self)

Source from the content-addressed store, hash-verified

546 self.full_filename = ""
547
548 def _find_file(self) -> None:
549 """Try to find the file by searching the paths."""
550 self.full_filename = filefind(self.filename, self.path)
551
552
553class JSONFileConfigLoader(FileConfigLoader):

Callers 2

load_configMethod · 0.80
load_configMethod · 0.80

Calls 1

filefindFunction · 0.85

Tested by

no test coverage detected