MCPcopy 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_readonlyMethod · 0.70
test_writeonlyMethod · 0.70
test_readwriteMethod · 0.70
test_read_onceMethod · 0.70
test_limitsMethod · 0.70
test_limits_unitsMethod · 0.70
test_set_unitsMethod · 0.70
test_limits_tupleMethod · 0.70
test_cacheMethod · 0.70
test_loggerMethod · 0.70
test_unitsMethod · 0.70
test_units_tupleMethod · 0.70

Calls 2

FeatClass · 0.90
get_loggerFunction · 0.90

Tested by 15

test_readonlyMethod · 0.56
test_writeonlyMethod · 0.56
test_readwriteMethod · 0.56
test_read_onceMethod · 0.56
test_limitsMethod · 0.56
test_limits_unitsMethod · 0.56
test_set_unitsMethod · 0.56
test_limits_tupleMethod · 0.56
test_cacheMethod · 0.56
test_loggerMethod · 0.56
test_unitsMethod · 0.56
test_units_tupleMethod · 0.56