Let us walk on the 3-isogeny graph
|
Data Structures | |
class | Android |
Functions | |
str|None | _android_folder () |
str | _android_documents_folder () |
str | _android_downloads_folder () |
str | _android_pictures_folder () |
str | _android_videos_folder () |
str | _android_music_folder () |
Android.
|
protected |
:return: documents folder for the Android OS
Definition at line 129 of file android.py.
References i.
Referenced by Android.user_documents_dir().
|
protected |
:return: downloads folder for the Android OS
Definition at line 145 of file android.py.
References i.
Referenced by Android.user_downloads_dir().
|
protected |
:return: base folder for the Android OS or None if it cannot be found
Definition at line 108 of file android.py.
References i.
Referenced by Android.user_cache_dir(), Android.user_config_dir(), and Android.user_data_dir().
|
protected |
:return: music folder for the Android OS
Definition at line 193 of file android.py.
References i.
Referenced by Android.user_music_dir().
|
protected |
:return: pictures folder for the Android OS
Definition at line 161 of file android.py.
References i.
Referenced by Android.user_pictures_dir().
|
protected |
:return: videos folder for the Android OS
Definition at line 177 of file android.py.
References i.
Referenced by Android.user_videos_dir().