MCPcopy
hub / github.com/andialbrecht/sqlparse / test_grouping_identifier_name_wildcard

Function test_grouping_identifier_name_wildcard

tests/test_grouping.py:130–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

128
129
130def test_grouping_identifier_name_wildcard():
131 p = sqlparse.parse('a.*')[0]
132 t = p.tokens[0]
133 assert t.get_name() == '*'
134 assert t.is_wildcard() is True
135
136
137def test_grouping_identifier_invalid():

Callers

nothing calls this directly

Calls 2

get_nameMethod · 0.80
is_wildcardMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…