/usr/local/lib/python3.6/site-packages/platformdirs/__pycache__
Edit: /usr/local/lib/python3.6/site-packages/platformdirs/__pycache__/android.cpython-36.pyc (4312B)
3
0Dg @ sz d dl Z d dlZd dlZd dlmZ ddlmZ G dd deZeddedd d
Z eddedddZ
dgZdS )
N) lru_cache )PlatformDirsABCc @ s e Zd ZdZeedddZeedddZeedddZeedd d
Z eedddZ
eedd
dZeedddZeedddZ
eedddZdS )Androidz
Follows the guidance `from here
`_. Makes use of the
`appname ` and
`version `.
)returnc C s | j t dS )zd:return: data directory tied to the user, e.g. ``/data/user///files/``files)_append_app_name_and_version_android_folder)self r >/usr/local/lib/python3.6/site-packages/platformdirs/android.py
user_data_dir s zAndroid.user_data_dirc C s | j S )z@:return: data directory shared by users, same as `user_data_dir`)r
)r
r r r
site_data_dir s zAndroid.site_data_dirc C s | j t dS )z
:return: config directory tied to the user, e.g. ``/data/user///shared_prefs/``
Zshared_prefs)r r )r
r r r user_config_dir s zAndroid.user_config_dirc C s | j S )zH:return: config directory shared by the users, same as `user_config_dir`)r )r
r r r site_config_dir! s zAndroid.site_config_dirc C s | j t dS )zj:return: cache directory tied to the user, e.g. e.g. ``/data/user///cache/``cache)r r )r
r r r user_cache_dir&