Home
last modified time | relevance | path

Searched refs:m_to_python (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/python/src/converter/
Dregistry.cpp70 if (this->m_to_python == 0) in to_python()
91 : this->m_to_python(const_cast<void*>(source)); in to_python()
212 assert(slot->m_to_python == 0); // we have a problem otherwise in insert()
213 if (slot->m_to_python != 0) in insert()
226 slot->m_to_python = f; in insert()
/third_party/boost/boost/python/converter/
Dregistrations.hpp65 to_python_function_t m_to_python; member
87 , m_to_python(0) in registration()
/third_party/boost/boost/python/
Dopaque_pointer_converter.hpp91 if ((existing == 0) || (existing->m_to_python == 0)) in register_self()
/third_party/boost/libs/python/doc/
Dinternals.rst151 Otherwise, to_python_value uses the ``m_to_python``