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

Class __Pyx_CodeObjectCache

eval/CIPO_evaluation/pycocotools/_mask.c:1673–1677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1671 int code_line;
1672} __Pyx_CodeObjectCacheEntry;
1673struct __Pyx_CodeObjectCache {
1674 int count;
1675 int max_count;
1676 __Pyx_CodeObjectCacheEntry* entries;
1677};
1678static struct __Pyx_CodeObjectCache __pyx_code_cache = {0,0,NULL};
1679static int __pyx_bisect_code_objects(__Pyx_CodeObjectCacheEntry* entries, int count, int code_line);
1680static PyCodeObject *__pyx_find_code_object(int code_line);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected