Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/O365/python-o365
/ get_root_folder
Method
get_root_folder
examples/onedrive_example.py:30–31 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
28
return
self.my_drive
29
30
def
get_root_folder(self):
31
return
self.root_folder
32
33
def
get_folder_from_path(self, folder_path):
34
if
folder_path is None:
Callers
1
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected