MCPcopy Index your code
hub / github.com/dbcli/mycli / joinpath

Method joinpath

test/pytests/test_main_modes_repl.py:125–126  ·  view source on GitHub ↗
(self, path: str)

Source from the content-addressed store, hash-verified

123 self.path = path
124
125 def joinpath(self, path: str) -> 'FakeResourceTree':
126 return FakeResourceTree(self.files, path)
127
128 def open(self, mode: str) -> StringIO:
129 assert self.path is not None

Callers 5

create_default_configFunction · 0.80
write_default_configFunction · 0.80
_contributors_pickerFunction · 0.80
_sponsors_pickerFunction · 0.80
_tips_pickerFunction · 0.80

Calls 1

FakeResourceTreeClass · 0.85

Tested by

no test coverage detected