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

/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h1396 enum_base(handle base, handle parent) : m_base(base), m_parent(parent) { }
1399 m_base.attr("__entries") = dict();
1403 m_base.attr("__repr__") = cpp_function(
1414 }, is_method(m_base)
1417 m_base.attr("name") = property(cpp_function(
1425 }, is_method(m_base)
1428 m_base.attr("__doc__") = static_property(cpp_function(
1446 m_base.attr("__members__") = static_property(cpp_function(
1456 m_base.attr(op) = cpp_function( \
1462 is_method(m_base))
1541 handle m_base; member in struct:enum_base
1592 detail::enum_base m_base; member in class:enum_
[all...]

Completed in 11 milliseconds