Home
last modified time | relevance | path

Searched refs:PYBIND11_DEPRECATED (Results 1 – 5 of 5) sorted by relevance

/external/python/pybind11/include/pybind11/
Dpytypes.h111 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()
512PYBIND11_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 …]
Dattr.h44PYBIND11_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.")
Dpybind11.h946 PYBIND11_DEPRECATED("Use PYBIND11_MODULE or module_::create_extension_module instead") in PYBIND11_OBJECT_DEFAULT()
2424 PYBIND11_DEPRECATED("get_type_overload has been deprecated")
Dnumpy.h850 PYBIND11_DEPRECATED("Use array_t<T>::ensure() instead")
/external/python/pybind11/include/pybind11/detail/
Dcommon.h92 # define PYBIND11_DEPRECATED(reason) [[deprecated(reason)]] macro
94 # define PYBIND11_DEPRECATED(reason) __attribute__((deprecated(reason))) macro
282 PYBIND11_DEPRECATED("PYBIND11_PLUGIN is deprecated, use PYBIND11_MODULE") \