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

Method get_alias

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

Source from the content-addressed store, hash-verified

324 return 'fallback_name'
325
326 def get_alias(self):
327 return None
328
329 assert list(extract_table_identifiers(iter([NamelessIdentifier([])]))) == [
330 (None, 'fallback_name', 'fallback_name'),

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected