MCPcopy Create free account
hub / github.com/KentBeck/BPlusTree3 / BPlusTree_keys

Function BPlusTree_keys

python/bplustree_c_src/bplustree_module.c:237–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237static PyObject *
238BPlusTree_keys(BPlusTree *self, PyObject *Py_UNUSED(ignored)) {
239 return BPlusTree_iter(self);
240}
241
242static PyObject *
243BPlusTree_items(BPlusTree *self, PyObject *Py_UNUSED(args)) {

Callers

nothing calls this directly

Calls 1

BPlusTree_iterFunction · 0.85

Tested by

no test coverage detected