MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / set_lookkey_string

Function set_lookkey_string

Objects/setobject.c:157–204  ·  view source on GitHub ↗

* Hacked up version of set_lookkey which can assume keys are always strings; * This means we can always use _PyString_Eq directly and not have to check to * see if the comparison altered the table. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

set_lookkeyFunction · 0.85
_PyString_EqFunction · 0.85

Tested by

no test coverage detected