(self, cls: type[t.Any])
| 2660 | return int(s) # type:ignore[return-value] |
| 2661 | |
| 2662 | def subclass_init(self, cls: type[t.Any]) -> None: |
| 2663 | pass # fully opt out of instance_init |
| 2664 | |
| 2665 | |
| 2666 | class CInt(Int[G, S]): |
nothing calls this directly
no outgoing calls
no test coverage detected