Home
last modified time | relevance | path

Searched refs:patch_pathlib (Results 1 – 4 of 4) sorted by relevance

/dports/net/py-smart-open/smart_open-5.2.1/smart_open/
H A Dsmart_open_lib.py444 class patch_pathlib(object): class
/dports/net/py-smart-open/smart_open-5.2.1/
H A DPKG-INFO466 …Path.open()` is not able to read text from compressed files, so use ``patch_pathlib`` to replace i…
472 >>> from smart_open.smart_open_lib import patch_pathlib
474 >>> _ = patch_pathlib() # replace `Path.open` with `smart_open.open`
H A DREADME.rst455 The built-in `Path.open()` is not able to read text from compressed files, so use ``patch_pathlib``…
461 >>> from smart_open.smart_open_lib import patch_pathlib
463 >>> _ = patch_pathlib() # replace `Path.open` with `smart_open.open`
/dports/net/py-smart-open/smart_open-5.2.1/smart_open.egg-info/
H A DPKG-INFO466 …Path.open()` is not able to read text from compressed files, so use ``patch_pathlib`` to replace i…
472 >>> from smart_open.smart_open_lib import patch_pathlib
474 >>> _ = patch_pathlib() # replace `Path.open` with `smart_open.open`