Skip to content
  • David Gobbi's avatar
    Add the VTK_FILEPATH hint to many methods · 3aa5b823
    David Gobbi authored
    The VTK_FILEPATH hint enables the use of Python's fspath protocol,
    which allows Path objects to used in places where a path to a file
    or directory is needed.  This is a convenience for Python users,
    who would otherwise have to explicitly convert Path objects to
    strings before using them with VTK.
    3aa5b823