Home
last modified time | relevance | path

Searched refs:PYBIND11_BYTES_NAME (Results 1 – 2 of 2) sorted by relevance

/external/python/pybind11/include/pybind11/detail/
Dcommon.h180 #define PYBIND11_BYTES_NAME "bytes" macro
208 #define PYBIND11_BYTES_NAME "str" macro
/external/python/pybind11/include/pybind11/
Dcast.h1636 template <> struct handle_type_name<bytes> { static constexpr auto name = _(PYBIND11_BYTES_NAME); };