class documentation

class _LiteralProcessorType(Protocol[_T_co]): (source)

View In Hierarchy

Undocumented

Method __call__ Undocumented
def __call__(self, value: Any) -> str: (source)

Undocumented