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

Method file_name

traitlets/config/manager.py:52–53  ·  view source on GitHub ↗
(self, section_name: str)

Source from the content-addressed store, hash-verified

50 raise
51
52 def file_name(self, section_name: str) -> str:
53 return os.path.join(self.config_dir, section_name + ".json")
54
55 def get(self, section_name: str) -> Any:
56 """Retrieve the config data for the specified section.

Callers 2

getMethod · 0.95
setMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected