MCPcopy Index your code
hub / github.com/python/cpython / concat_path

Method concat_path

Lib/glob.py:368–371  ·  view source on GitHub ↗

Implements path concatenation.

(path, text)

Source from the content-addressed store, hash-verified

366
367 @staticmethod
368 def concat_path(path, text):
369 """Implements path concatenation.
370 """
371 raise NotImplementedError
372
373 @staticmethod
374 def stringify_path(path):

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