pybind11::detail::type_caster< pxr::TfToken >

Defined in omni/connect/pybind/UsdBindings.h

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

pybind11 / boost::python interop for TfToken

Note we want to inform python clients that regular python strings are the expected value type, not TfTokens

Public Static Attributes

static constexpr auto name = _("str")

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