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