Searched defs:path_names (Results 1 – 1 of 1) sorted by relevance
| /prebuilts/build-tools/common/py3-stdlib/importlib/resources/ |
| D | _functional.py | 11 def open_binary(anchor, *path_names): 16 def open_text(anchor, *path_names, encoding=_MISSING, errors='strict'): 23 def read_binary(anchor, *path_names): 28 def read_text(anchor, *path_names, encoding=_MISSING, errors='strict'): 35 def path(anchor, *path_names): 40 def is_resource(anchor, *path_names): 48 def contents(anchor, *path_names): 63 def _get_encoding_arg(path_names, encoding): argument 78 def _get_resource(anchor, path_names): argument
|