MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / _instance

Method _instance

lib/sqlalchemy/sql/elements.py:2643–2646  ·  view source on GitHub ↗

Return a constant :class:`.Null` construct.

(cls)

Source from the content-addressed store, hash-verified

2641
2642 @classmethod
2643 def _instance(cls) -> Null:
2644 """Return a constant :class:`.Null` construct."""
2645
2646 return Null._singleton
2647
2648
2649Null._create_singleton()

Callers 5

_ifnoneMethod · 0.45
render_literal_valueMethod · 0.45
falseFunction · 0.45
nullFunction · 0.45
trueFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected