Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bslatkin/effectivepython
/ get_ohms
Method
get_ohms
example_code/item_058.py:55–56 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
53
self._ohms = ohms
54
55
def
get_ohms(self):
56
return
self._ohms
57
58
def
set_ohms(self, ohms):
59
self._ohms = ohms
Callers
1
item_058.py
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected