MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / get

Method get

test/sql/test_external_traversal.py:924–925  ·  test/sql/test_external_traversal.py::ClauseTest.Vis.get
(self, key, default=None)

Source from the content-addressed store, hash-verified

922
923 class Vis(dict):
924 def get(self, key, default=None):
925 return getattr(check, key)
926
927 def __missing__(self, key):
928 return getattr(check, key)

Callers 15

_tracerMethod · 0.45
_orm_adapter_trace_printFunction · 0.45
makepropFunction · 0.45
_format_blockFunction · 0.45
checkMethod · 0.45
test_non_associativesMethod · 0.45
test_row_mapping_getMethod · 0.45
_run_testMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected