Searched refs:pathstr (Results 1 – 1 of 1) sorted by relevance
25 def get_realpath(pathstr): argument26 assert isinstance(pathstr, str), f"Internal error: pathstr must be a str: {type(pathstr)}"27 path = Path(pathstr)31 def get_bdf_from_realpath(pathstr): argument32 realpath = get_realpath(pathstr)
Completed in 5 milliseconds