Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bslatkin/effectivepython
/ get_value
Method
get_value
example_code/item_055.py:143–144 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
141
self.__value = value
142
143
def
get_value(self):
144
return
self.__value
145
146
class
MyStringClass(MyBaseClass):
147
def
get_value(self):
Callers
2
item_055.py
File · 0.45
get_value
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected