Searched refs:is (Results 76 - 77 of 77) sorted by relevance

1234

/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h7 All rights reserved. Use of this source code is governed by a
21 # pragma warning disable 1875 // offsetof applied to non-POD (Plain Old Data) types is nonstandard
22 # pragma warning disable 2196 // warning #2196: routine is both "inline" and "noinline"
26 # pragma warning(disable: 4127) // warning C4127: Conditional expression is constant
29 # pragma warning(disable: 4996) // warning C4996: The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name
107 /* Store the capture object directly in the function record if there is enough space */
111 'if' statement above ensures that this is the case. */
216 ("pybind11-bound class '" + class_name + "' is using an old-style "
218 "the upgrade guide in pybind11's docs. This message is only visible "
300 if (!chain->scope.is(re
[all...]
H A Dpytypes.h6 All rights reserved. Use of this source code is governed by a
51 The only requirement for `Derived` is to implement ``PyObject *Derived::ptr() const``.
73 /// See above (the only difference is that they key is provided as a string literal)
83 /// See above (the only difference is that they key is provided as a string literal)
94 /// Check if the given item is contained within this object, i.e. ``item in obj``.
98 Assuming the Python object is a function or implements the ``__call__``
100 arbitrary set of parameters. The result is returned as a `object` and
105 call fails, a `error_already_set` exception is throw
114 bool is(object_api const& other) const { return derived().ptr() == other.derived().ptr(); } function in class:object_api
[all...]

Completed in 12 milliseconds

1234