MCPcopy Create free account
hub / github.com/OpenDriveLab/OpenLane / PyThread_tss_get

Function PyThread_tss_get

eval/CIPO_evaluation/pycocotools/_mask.c:406–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

404 return PyThread_set_key_value(*key, value);
405}
406static CYTHON_INLINE void * PyThread_tss_get(Py_tss_t *key) {
407 return PyThread_get_key_value(*key);
408}
409#endif
410#if CYTHON_COMPILING_IN_CPYTHON || defined(_PyDict_NewPresized)
411#define __Pyx_PyDict_NewPresized(n) ((n <= 8) ? PyDict_New() : _PyDict_NewPresized(n))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected