MCPcopy Create free account
hub / github.com/RedisGears/RedisGears / GearsPyDecRef

Function GearsPyDecRef

plugins/python/redisgears_python.c:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}PythonRecord;
85
86static inline void GearsPyDecRef(PyObject* obj){
87 RedisModule_Assert(obj->ob_refcnt > 0);
88 Py_DECREF(obj);
89}
90
91static int PyInitializeRedisAI(){
92 if (globals.redisAILoaded){

Callers 15

PythonSessionCtx_FreeFunction · 0.85
RedisGearsPy_UnlockFunction · 0.85
continueFutureOnDoneFunction · 0.85
runFunction · 0.85
registerCreateKeysArgsFunction · 0.85
registerExecutionFunction · 0.85
futureFailedFunction · 0.85
PyTensor_ToFlatListFunction · 0.85
DAGAddModelRunFunction · 0.85
DAGAddScriptRunFunction · 0.85
FinishAsyncDAGRunFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected