MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / localtime

Method localtime

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

Source from the content-addressed store, hash-verified

1170
1171 @property
1172 def localtime(self) -> Type[_localtime_func]: ...
1173
1174 @property
1175 def localtimestamp(self) -> Type[_localtimestamp_func]: ...

Callers 2

test_compileMethod · 0.80
functions.pyFile · 0.80

Calls

no outgoing calls

Tested by 1

test_compileMethod · 0.64