Skip to content
  • David Gobbi's avatar
    The Py3K wrapping broke init args for subclasses. · 4d3bc03f
    David Gobbi authored
    The tp_new slot was unconditionally checking the constructor args,
    looking for a swig-style pointer.  This meant that if a vtk class
    was subclassed in Python, the subclass constructor args were checked
    in the same way regardless of whether it defined its own __init__
    method.
    4d3bc03f