MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _SentinelColumnCharacterization

Class _SentinelColumnCharacterization

lib/sqlalchemy/sql/base.py:1718–1724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1716
1717
1718class _SentinelColumnCharacterization(NamedTuple):
1719 columns: Optional[Sequence[Column[Any]]] = None
1720 is_explicit: bool = False
1721 is_autoinc: bool = False
1722 default_characterization: _SentinelDefaultCharacterization = (
1723 _SentinelDefaultCharacterization.NONE
1724 )
1725
1726
1727_COLKEY = TypeVar("_COLKEY", Union[None, str], str)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected