Searched refs:PYBIND11_DEPRECATED (Results 1 – 5 of 5) sorted by relevance
111 PYBIND11_DEPRECATED("call(...) was deprecated in favor of operator()(...)")147 PYBIND11_DEPRECATED("Use py::str(obj) instead")212 PYBIND11_DEPRECATED("Use obj1.is(obj2) instead") in PYBIND11_NAMESPACE_END()214 PYBIND11_DEPRECATED("Use !obj1.is(obj2) instead") in PYBIND11_NAMESPACE_END()216 PYBIND11_DEPRECATED("Use handle::operator bool() instead") in PYBIND11_NAMESPACE_END()235 PYBIND11_DEPRECATED("Use reinterpret_borrow<object>() or reinterpret_steal<object>()")357 PYBIND11_DEPRECATED("Use of error_already_set.clear() is deprecated") in PYBIND11_NAMESPACE_END()512 …PYBIND11_DEPRECATED("Use of obj.attr(...) as bool is deprecated in favor of pybind11::hasattr(obj,…518 PYBIND11_DEPRECATED("Use of obj[key] as bool is deprecated in favor of obj.contains(key)")795 PYBIND11_DEPRECATED("Use reinterpret_borrow<"#Name">() or reinterpret_steal<"#Name">()") \ in PYBIND11_NAMESPACE_END()[all …]
44 …PYBIND11_DEPRECATED("base<T>() was deprecated in favor of specifying 'T' as a template argument to…64 PYBIND11_DEPRECATED("py::metaclass() is no longer required. It's turned on by default now.")
946 PYBIND11_DEPRECATED("Use PYBIND11_MODULE or module_::create_extension_module instead") in PYBIND11_OBJECT_DEFAULT()2424 PYBIND11_DEPRECATED("get_type_overload has been deprecated")
850 PYBIND11_DEPRECATED("Use array_t<T>::ensure() instead")
92 # define PYBIND11_DEPRECATED(reason) [[deprecated(reason)]] macro94 # define PYBIND11_DEPRECATED(reason) __attribute__((deprecated(reason))) macro282 PYBIND11_DEPRECATED("PYBIND11_PLUGIN is deprecated, use PYBIND11_MODULE") \