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

Method concat_path

Lib/glob.py:362–365  ·  view source on GitHub ↗

Implements path concatenation.

(path, text)

Source from the content-addressed store, hash-verified

360
361 @staticmethod
362 def concat_path(path, text):
363 """Implements path concatenation.
364 """
365 raise NotImplementedError
366
367 # High-level methods
368

Callers 4

select_specialMethod · 0.95
select_literalMethod · 0.95
select_wildcardMethod · 0.95
select_recursive_stepMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected