Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jwasham/practice-python
/ get_data
Method
get_data
linked_lists/node.py:6–7 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
4
self.next_ = next
5
6
def
get_data(self):
7
return
self.data_
8
9
def
set_data(self, data):
10
self.data_ = data
Callers
2
contains
Method · 0.80
delete
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected