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

Class Cls2

tests/test_funcs.py:781–782  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

779
780 @attr.s
781 class Cls2:
782 param2 = attr.ib()
783
784 obj2a = Cls2(param2="a")
785 obj2b = Cls2(param2="b")

Callers 2

test_dictsMethod · 0.85

Calls

no outgoing calls

Tested by 2

test_dictsMethod · 0.68