MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / keys

Method keys

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

Source from the content-addressed store, hash-verified

636 return self._data[key]
637
638 def keys(self):
639 return self._data.keys()
640
641 nd = NotADict({"a": 10, "b": 15})
642 eq_(dict(nd), {"a": 10, "b": 15})

Calls

no outgoing calls

Tested by

no test coverage detected