Questions tagged [pycxx]
16 questions
0
votes
2 answers
What is the proper way to define attributes in a PyCXX extension
I wonder what the proper way is to define attributes in a python extension generated with PyCxx.
Currently I have created a subclass of Py::PythonClass as in the official example.
I've added behaviors().supportGetattro(); in the initialization…

Satara
- 2,694
- 1
- 15
- 15