(self, cls: type[t.Any])
| 2778 | return float(s) # type:ignore[return-value] |
| 2779 | |
| 2780 | def subclass_init(self, cls: type[t.Any]) -> None: |
| 2781 | pass # fully opt out of instance_init |
| 2782 | |
| 2783 | |
| 2784 | class CFloat(Float[G, S]): |
nothing calls this directly
no outgoing calls
no test coverage detected