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

Method select_literal

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

Source from the content-addressed store, hash-verified

426 select_next = self.selector(parts)
427
428 def select_literal(path, exists=False):
429 path = self.concat_path(path, part)
430 return select_next(path, exists=False)
431 return select_literal
432
433 def wildcard_selector(self, part, parts):

Callers

nothing calls this directly

Calls 1

concat_pathMethod · 0.95

Tested by

no test coverage detected