(self, cls: type[t.Any])
| 2980 | return s # type:ignore[return-value] |
| 2981 | |
| 2982 | def subclass_init(self, cls: type[t.Any]) -> None: |
| 2983 | pass # fully opt out of instance_init |
| 2984 | |
| 2985 | |
| 2986 | class CUnicode(Unicode[G, S], TraitType[str, t.Any]): |
nothing calls this directly
no outgoing calls
no test coverage detected