MCPcopy Create free account
hub / github.com/ml-explore/mlx / gc_func_get_sig

Function gc_func_get_sig

python/src/mlx_func.cpp:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41PyObject* gc_func_get_sig(PyObject* self, void*) {
42 return PyObject_GetAttrString(((gc_func*)self)->func, "__nb_signature__");
43}
44
45PyObject* gc_func_vectorcall(
46 PyObject* self,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected