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

Function GearsPyDict_GetItemString

plugins/python/redisgears_python.c:249–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247static int PythonRequirement_Serialize(PythonRequirementCtx* req, Gears_BufferWriter* bw, char** err);
248
249static PyObject* GearsPyDict_GetItemString(PyObject* dict, const char* key){
250 return (dict ? PyDict_GetItemString(dict, key) : NULL);
251}
252
253
254

Callers 11

runCreateKeysReaderArgsFunction · 0.85
runFunction · 0.85
registerCreateKeysArgsFunction · 0.85
registerCreateStreamArgsFunction · 0.85
registerCreateArgsFunction · 0.85
registerExecutionFunction · 0.85
DAGAddModelRunFunction · 0.85
DAGAddScriptRunFunction · 0.85
RedisLogFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected