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

Function gc_func_get_doc

python/src/mlx_func.cpp:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37PyObject* gc_func_get_doc(PyObject* self, void*) {
38 return PyObject_GetAttrString(((gc_func*)self)->func, "__doc__");
39}
40
41PyObject* gc_func_get_sig(PyObject* self, void*) {
42 return PyObject_GetAttrString(((gc_func*)self)->func, "__nb_signature__");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected