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

Method concat_path

Lib/glob.py:552–553  ·  view source on GitHub ↗
(path, text)

Source from the content-addressed store, hash-verified

550
551 @staticmethod
552 def concat_path(path, text):
553 return path.with_segments(str(path) + text)

Callers

nothing calls this directly

Calls 2

strFunction · 0.85
with_segmentsMethod · 0.45

Tested by

no test coverage detected