No, Cython doesn't yet support nested classes. On that note,
transliterating the C++ API is neither necessary nor always the best
way to provide a Python interface (though sometimes it is).
- Robert
... within extension types, that is. Nested classes in normal Python
classes are supported.
> On that note,
> transliterating the C++ API is neither necessary nor always the best
> way to provide a Python interface (though sometimes it is).
Agreed.
Stefan