Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/O365/python-o365
/ remove
Method
remove
O365/utils/utils.py:96–98 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
94
super().add(value)
95
96
def
remove(self, value):
97
value = self.cc(value)
98
super().remove(value)
99
100
101
class
Recipient:
Callers
nothing calls this directly
Calls
1
cc
Method · 0.80
Tested by
no test coverage detected