Home
last modified time | relevance | path

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

/external/python/setuptools/pkg_resources/_vendor/
Dappdirs.py45 def user_data_dir(appname=None, appauthor=None, version=None, roaming=False): argument
78 if appauthor is None:
79 appauthor = appname
83 if appauthor is not False:
84 path = os.path.join(path, appauthor, appname)
100 def site_data_dir(appname=None, appauthor=None, version=None, multipath=False): argument
132 if appauthor is None:
133 appauthor = appname
136 if appauthor is not False:
137 path = os.path.join(path, appauthor, appname)
[all …]