Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabPy/lantz
/ Spam
Class
Spam
lantz/testsuite/test_feat.py:51–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
def
test_readonly(self):
50
51
class
Spam(Driver):
52
53
@Feat
54
def
eggs(self_):
55
return
3
56
57
obj = Spam()
58
self.assertEqual(obj.eggs, 3)
Callers
15
test_readonly
Method · 0.70
test_writeonly
Method · 0.70
test_readwrite
Method · 0.70
test_read_once
Method · 0.70
test_limits
Method · 0.70
test_limits_units
Method · 0.70
test_set_units
Method · 0.70
test_limits_tuple
Method · 0.70
test_cache
Method · 0.70
test_logger
Method · 0.70
test_units
Method · 0.70
test_units_tuple
Method · 0.70
Calls
2
Feat
Class · 0.90
get_logger
Function · 0.90
Tested by
15
test_readonly
Method · 0.56
test_writeonly
Method · 0.56
test_readwrite
Method · 0.56
test_read_once
Method · 0.56
test_limits
Method · 0.56
test_limits_units
Method · 0.56
test_set_units
Method · 0.56
test_limits_tuple
Method · 0.56
test_cache
Method · 0.56
test_logger
Method · 0.56
test_units
Method · 0.56
test_units_tuple
Method · 0.56