MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / extract

Method extract

lib/sqlalchemy/sql/functions.py:1166–1166  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1164
1165 @property
1166 def extract(self) -> Type[_Extract_func]: ...
1167
1168 @property
1169 def grouping_sets(self) -> Type[_grouping_sets_func[Any]]: ...

Callers 1

test_non_functionsMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_non_functionsMethod · 0.64