pybind11::detail::type_caster< pxr::TfTokenVector >

Defined in omni/connect/pybind/UsdBindings.h

template<>
struct type_caster<pxr::TfTokenVector> : public pyboost11_type_caster<pxr::TfTokenVector>

pybind11 / boost::python interop for TfTokenVector

Note we want to inform python clients that regular python a list of strings are the expected value type

Public Static Attributes

static constexpr auto name = _("list(str)")

Label for the python object to be used in traceback logs and typing hints.