MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / current_user

Method current_user

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

Source from the content-addressed store, hash-verified

1158
1159 @property
1160 def current_user(self) -> Type[_current_user_func]: ...
1161
1162 @property
1163 def dense_rank(self) -> Type[_dense_rank_func]: ...

Callers 1

functions.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected