Home
last modified time | relevance | path

Searched refs:_wrap_binary_strfunc (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/pyfakefs/pyfakefs/
Dfake_pathlib.py77 def _wrap_binary_strfunc(strfunc): function
148 rename = _wrap_binary_strfunc(FakeFilesystem.rename)
150 replace = _wrap_binary_strfunc(
163 link_to = _wrap_binary_strfunc(
170 link = _wrap_binary_strfunc(
/aosp_15_r20/external/python/parse_type/tasks/_vendor/
Dpathlib.py349 def _wrap_binary_strfunc(strfunc): member in _NormalAccessor
377 rename = _wrap_binary_strfunc(os.rename)
380 replace = _wrap_binary_strfunc(os.replace)
384 symlink = _wrap_binary_strfunc(os.symlink)