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

Method get_real_name

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

Source from the content-addressed store, hash-verified

373def test_extract_columns_from_select_handles_single_identifier(monkeypatch):
374 class SingleIdentifier(Identifier):
375 def get_real_name(self):
376 return 'column_name'
377
378 monkeypatch.setattr(
379 sql_utils,

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected