Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/O365/python-o365
/ OneDriveWellKnowFolderNames
Class
OneDriveWellKnowFolderNames
O365/utils/utils.py:69–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
68
69
class
OneDriveWellKnowFolderNames(Enum):
70
DOCUMENTS =
'documents'
71
PHOTOS =
'photos'
72
CAMERA_ROLL =
'cameraroll'
73
APP_ROOT =
'approot'
74
MUSIC =
'music'
75
ATTACHMENTS =
'attachments'
76
77
78
class
ChainOperator(Enum):
Callers
1
get_special_folder
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected