Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fluentpython/example-code-2e
/ member
Method
member
22-dyn-attr-prop/blackknight.py:36–38 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
34
35
@property
36
def
member(self):
37
print(
'next member is:'
)
38
return
self.phrases[0][0]
39
40
@member.deleter
41
def
member(self):
Callers
nothing calls this directly
Calls
1
pop
Method · 0.80
Tested by
no test coverage detected