Searched refs:PYBIND11_DEPRECATED (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/pybind11/include/pybind11/
H A Dpytypes.h110 PYBIND11_DEPRECATED("call(...) was deprecated in favor of operator()(...)")
146 PYBIND11_DEPRECATED("Use py::str(obj) instead")
210 PYBIND11_DEPRECATED("Use obj1.is(obj2) instead")
212 PYBIND11_DEPRECATED("Use !obj1.is(obj2) instead")
214 PYBIND11_DEPRECATED("Use handle::operator bool() instead")
233 PYBIND11_DEPRECATED("Use reinterpret_borrow<object>() or reinterpret_steal<object>()")
341 PYBIND11_DEPRECATED("Use of error_already_set.clear() is deprecated")
496 PYBIND11_DEPRECATED("Use of obj.attr(...) as bool is deprecated in favor of pybind11::hasattr(obj, ...)")
502 PYBIND11_DEPRECATED("Use of obj[key] as bool is deprecated in favor of obj.contains(key)")
781 PYBIND11_DEPRECATED("Us
[all...]
H A Dattr.h40 PYBIND11_DEPRECATED("base<T>() was deprecated in favor of specifying 'T' as a template argument to class_")
60 PYBIND11_DEPRECATED("py::metaclass() is no longer required. It's turned on by default now.")
H A Dnumpy.h846 PYBIND11_DEPRECATED("Use array_t<T>::ensure() instead")
/gem5/ext/pybind11/include/pybind11/detail/
H A Dcommon.h90 # define PYBIND11_DEPRECATED(reason) [[deprecated(reason)]] macro
92 # define PYBIND11_DEPRECATED(reason) __attribute__((deprecated(reason))) macro
256 PYBIND11_DEPRECATED("PYBIND11_PLUGIN is deprecated, use PYBIND11_MODULE") \

Completed in 23 milliseconds