(self, cls: type[t.Any])
| 2848 | return complex(s) |
| 2849 | |
| 2850 | def subclass_init(self, cls: type[t.Any]) -> None: |
| 2851 | pass # fully opt out of instance_init |
| 2852 | |
| 2853 | |
| 2854 | class CComplex(Complex, TraitType[complex, t.Any]): |
nothing calls this directly
no outgoing calls
no test coverage detected