MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / asc

Function asc

lib/sqlalchemy/sql/_elements_constructors.py:310–312  ·  view source on GitHub ↗
(
    column: Union[str, "ColumnElement[_T]"],
)

Source from the content-addressed store, hash-verified

308
309@overload
310def asc(
311 column: Union[str, "ColumnElement[_T]"],
312) -> UnaryExpression[_T]: ...
313
314
315@overload

Callers 9

test_order_by_nullsMethod · 0.90
test_orderby_groupbyMethod · 0.90
test_ascMethod · 0.90
test_issue_5470_twoMethod · 0.90
test_issue_5470_threeMethod · 0.90
test_issue_5470_fourMethod · 0.90
test_order_byMethod · 0.90

Calls 2

_create_ascMethod · 0.80
ascMethod · 0.45

Tested by 8

test_order_by_nullsMethod · 0.72
test_orderby_groupbyMethod · 0.72
test_ascMethod · 0.72
test_issue_5470_twoMethod · 0.72
test_issue_5470_threeMethod · 0.72
test_issue_5470_fourMethod · 0.72
test_order_byMethod · 0.72