Skip to content
  • David Gobbi's avatar
    Remove bytes() overload resolution trick · e82f38bc
    David Gobbi authored
    The old code used b"text" to cause the wrappers to prefer the
    vtkStdString overload over the vtkUnicodeString overload (without
    this, the wrappers reported an error due to an ambiguous method
    call under Python 3).
    
    The wrappers have been fixed so that a normal Python string can
    be used here.
    e82f38bc