Home
last modified time | relevance | path

Searched defs:module_local (Results 1 – 3 of 3) sorted by relevance

/external/python/pybind11/include/pybind11/
Dattr.h72 struct module_local { const bool value; constexpr module_local(bool v = true) : value(v) { } }; in value() argument
/external/python/pybind11/docs/advanced/
Dclasses.rst910 .. _module_local: target in Multiple Inheritance
/external/python/pybind11/include/pybind11/detail/
Dinternals.h149 bool module_local : 1; member