MCPcopy Create free account
hub / github.com/pybind/pybind11 / equal

Method equal

include/pybind11/pytypes.h:1375–1375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1373 }
1374 }
1375 bool equal(const dict_readonly &b) const { return pos == b.pos; }
1376
1377private:
1378 handle obj;

Callers 4

TEST_SUBMODULEFunction · 0.45
enum_nameFunction · 0.45
pybind11.hFile · 0.45
operator==Method · 0.45

Calls

no outgoing calls

Tested by 1

TEST_SUBMODULEFunction · 0.36