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

Method select_literal

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

Source from the content-addressed store, hash-verified

414 select_next = self.selector(parts)
415
416 def select_literal(path, exists=False):
417 path = self.concat_path(path, part)
418 return select_next(path, exists=False)
419 return select_literal
420
421 def wildcard_selector(self, part, parts):

Callers

nothing calls this directly

Calls 1

concat_pathMethod · 0.95

Tested by

no test coverage detected