Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ __init__
Method
__init__
lib/sqlalchemy/dialects/mssql/base.py:1361–1363 ·
view source on GitHub ↗
(self, precision=None, **kw)
Source
from the content-addressed store, hash-verified
1359
__visit_name__ =
"DATETIMEOFFSET"
1360
1361
def
__init__(self, precision=None, **kw):
1362
super().__init__(**kw)
1363
self.precision = precision
1364
1365
1366
class
_UnicodeLiteral:
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected