class documentation

class _DeStringifyAnnotation(Protocol): (source)

View In Hierarchy

Undocumented

Method __call__ Undocumented
def __call__(self, cls: Type[Any], annotation: _AnnotationScanType, originating_module: str, *, str_cleanup_fn: Optional[Callable[[str, str], str]] = None, include_generic: bool = False) -> Type[Any]: (source)

Undocumented