Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ __init__
Method
__init__
lib/sqlalchemy/dialects/mssql/base.py:1283–1285 ·
view source on GitHub ↗
(self, precision=None, **kwargs)
Source
from the content-addressed store, hash-verified
1281
1282
class
TIME(sqltypes.TIME):
1283
def
__init__(self, precision=None, **kwargs):
1284
self.precision = precision
1285
super().__init__()
1286
1287
__zero_date = datetime.date(1900, 1, 1)
1288
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected