MCPcopy Index your code
hub / github.com/dbcli/mycli / get_identifiers

Method get_identifiers

test/pytests/test_sql_utils.py:389–390  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

387def test_extract_columns_from_select_ignores_unhandled_identifier_list_entries(monkeypatch):
388 class WeirdIdentifierList(IdentifierList):
389 def get_identifiers(self):
390 return [object()]
391
392 monkeypatch.setattr(
393 sql_utils,

Callers 3

extract_from_partFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected