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

Method test_positive

tests/test_funcs.py:525–529  ·  view source on GitHub ↗

Returns `True` on decorated classes.

(self, C)

Source from the content-addressed store, hash-verified

523 """
524
525 def test_positive(self, C):
526 """
527 Returns `True` on decorated classes.
528 """
529 assert has(C)
530
531 def test_positive_empty(self):
532 """

Callers

nothing calls this directly

Calls 1

hasFunction · 0.90

Tested by

no test coverage detected