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