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

Method keys

test/engine/test_execute.py:631–632  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

629 return self._data[key]
630
631 def keys(self):
632 return self._data.keys()
633
634 nd = NotADict({"a": 10, "b": 15})
635 eq_(dict(nd), {"a": 10, "b": 15})

Calls

no outgoing calls

Tested by

no test coverage detected