MCPcopy
hub / github.com/python-attrs/attrs / C

Class C

tests/test_funcs.py:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38 @attr.s
39 class C:
40 x = attr.ib()
41 y = attr.ib()
42
43 return C
44

Callers 15

test_shallowMethod · 0.70
test_recurseMethod · 0.70
test_non_atomic_typesMethod · 0.70
test_nested_listsMethod · 0.70
test_nested_dictsMethod · 0.70
test_filterMethod · 0.70
test_lists_tuplesMethod · 0.70
test_sets_no_retainMethod · 0.70
test_dictsMethod · 0.70
test_shallowMethod · 0.70
test_recurseMethod · 0.70

Calls

no outgoing calls

Tested by 15

test_shallowMethod · 0.56
test_recurseMethod · 0.56
test_non_atomic_typesMethod · 0.56
test_nested_listsMethod · 0.56
test_nested_dictsMethod · 0.56
test_filterMethod · 0.56
test_lists_tuplesMethod · 0.56
test_sets_no_retainMethod · 0.56
test_dictsMethod · 0.56
test_shallowMethod · 0.56
test_recurseMethod · 0.56