Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ _as_dict
Method
_as_dict
lib/sqlalchemy/sql/schema.py:6697–6702 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
6695
return
self._schema_item_copy(i)
6696
6697
def
_as_dict(self) -> Dict[str, Any]:
6698
return
{
6699
# always=None means something different than always=False
6700
"always"
: self.always,
6701
**super()._as_dict(),
6702
}
Callers
2
_copy
Method · 0.95
_copy
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected