MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / sysdate

Method sysdate

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

Source from the content-addressed store, hash-verified

1356
1357 @property
1358 def sysdate(self) -> Type[_sysdate_func]: ...
1359
1360 @property
1361 def user(self) -> Type[_user_func]: ...

Callers 5

test_date_coercionMethod · 0.80
functions.pyFile · 0.80
test_no_paren_fnsMethod · 0.80
test_sysdateMethod · 0.80
test_sysdateMethod · 0.80

Calls

no outgoing calls

Tested by 4

test_date_coercionMethod · 0.64
test_no_paren_fnsMethod · 0.64
test_sysdateMethod · 0.64
test_sysdateMethod · 0.64