class documentation

class PythonNameForTableType(Protocol): (source)

View In Hierarchy

Undocumented

Method __call__ Undocumented
def __call__(self, base: Type[Any], tablename: str, table: Table) -> str: (source)

Undocumented