Skip to content
  • David Gobbi's avatar
    Create a PyTypeObject for each wrapped vtk class. · 55e8252d
    David Gobbi authored
    This is the first step towards Python 3 compatibility. Wrapped VTK classes
    used to use the old-style python metaclass mechanism, and they worked like
    the old-style classes from python 1 and python 2. Now each wrapped VTK
    class is a new-style class with its own PyTypeObject.
    55e8252d