stubs/sqlalchemy/util/_collections.pyi (1 line): - line 144: # TODO: double-check method signatures in this class. stubs/sqlalchemy/orm/__init__.pyi (1 line): - line 59: # TODO: these are function "aliases" stubs/sqlalchemy/orm/query.pyi (1 line): - line 15: # TODO: is "statement" always of type sqlalchemy.sql.selectable.Select ? stubs/sqlalchemy/sql/sqltypes.pyi (1 line): - line 120: # TODO: This can also be float (however, decimal is the default) sapp/pipeline/__init__.py (1 line): - line 132: subtraces: List[Dict[str, Any]] # TODO figure what exactly this shape is stubs/sqlalchemy/sql/schema.pyi (1 line): - line 127: table: Table = ... # TODO: double-check this. stubs/sqlalchemy/sql/type_api.pyi (1 line): - line 18: # TODO: simplify import cycle with sqltypes stubs/sqlalchemy/engine/result.pyi (1 line): - line 80: # TODO: See typeshed/#1037