MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / get

Method get

test/sql/test_external_traversal.py:919–920  ·  view source on GitHub ↗
(self, key, default=None)

Source from the content-addressed store, hash-verified

917
918 class Vis(dict):
919 def get(self, key, default=None):
920 return getattr(check, key)
921
922 def __missing__(self, key):
923 return getattr(check, key)

Callers 8

test_non_associativesMethod · 0.45
test_row_mapping_getMethod · 0.45
_run_testMethod · 0.45
_types_for_modFunction · 0.45
adapt_operatorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected