Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ __init__
Method
__init__
lib/sqlalchemy/dialects/mssql/base.py:1353–1355 ·
view source on GitHub ↗
(self, precision=None, **kw)
Source
from the content-addressed store, hash-verified
1351
__visit_name__ =
"DATETIME2"
1352
1353
def
__init__(self, precision=None, **kw):
1354
super().__init__(**kw)
1355
self.precision = precision
1356
1357
1358
class
DATETIMEOFFSET(_DateTimeBase, sqltypes.DateTime):
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected