MCPcopy Create free account
hub / github.com/microsoft/Webwright / user_config_dir

Function user_config_dir

src/webwright/__init__.py:18–19  ·  view source on GitHub ↗
(appname: str)

Source from the content-addressed store, hash-verified

16 from platformdirs import user_config_dir
17except ModuleNotFoundError:
18 def user_config_dir(appname: str) -> str:
19 return str(Path.home() / ".config" / appname)
20
21__version__ = "0.1.0"
22

Callers 1

__init__.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected