| 39 | } |
| 40 | |
| 41 | PyObject* gc_func_get_sig(PyObject* self, void*) { |
| 42 | return PyObject_GetAttrString(((gc_func*)self)->func, "__nb_signature__"); |
| 43 | } |
| 44 | |
| 45 | PyObject* gc_func_vectorcall( |
| 46 | PyObject* self, |
nothing calls this directly
no outgoing calls
no test coverage detected