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

Method select_special

Lib/glob.py:409–411  ·  view source on GitHub ↗
(path, exists=False)

Source from the content-addressed store, hash-verified

407 select_next = self.selector(parts)
408
409 def select_special(path, exists=False):
410 path = self.concat_path(path, part)
411 return select_next(path, exists)
412 return select_special
413
414 def literal_selector(self, part, parts):

Callers

nothing calls this directly

Calls 1

concat_pathMethod · 0.95

Tested by

no test coverage detected