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

Method stringify_path

Lib/glob.py:374–377  ·  view source on GitHub ↗

Converts the path to a string object

(path)

Source from the content-addressed store, hash-verified

372
373 @staticmethod
374 def stringify_path(path):
375 """Converts the path to a string object
376 """
377 raise NotImplementedError
378
379 # High-level methods
380

Callers 2

select_recursiveMethod · 0.95
select_recursive_stepMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected