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

Class NGClass

typing-examples/mypy.py:360–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358
359@attr.define(order=True)
360class NGClass:
361 x: int = attr.field(default=42)
362
363
364ngc = NGClass(1)

Callers 1

mypy.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected