MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-54352.py

File recipe-54352.py

recipes/Python/54352_Defining_Pythclass_methods/recipe-54352.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include <Python.h>
2
3static PyObject* Foo_init(PyObject *self, PyObject *args)
4{

Callers

nothing calls this directly

Calls 1

printfFunction · 0.50

Tested by

no test coverage detected