MCPcopy 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
69class OneDriveWellKnowFolderNames(Enum):
70 DOCUMENTS = 'documents'
71 PHOTOS = 'photos'
72 CAMERA_ROLL = 'cameraroll'
73 APP_ROOT = 'approot'
74 MUSIC = 'music'
75 ATTACHMENTS = 'attachments'
76
77
78class ChainOperator(Enum):

Callers 1

get_special_folderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected