MCPcopy Create free account

hub / github.com/pybind/pybind11 / functions

Functions3,362 in github.com/pybind/pybind11

Methodpythonbuf
include/pybind11/iostream.h:124
Functionraise_exception
()
tests/test_type_caster_std_function_specializations.py:10
Methodraw_array
Create array from any object -- always returns a new reference
include/pybind11/numpy.h:1366
Methodraw_bool
Return the truth value of an object -- always returns a new reference
include/pybind11/pytypes.h:1899
Methodraw_dict
Call the `dict` Python type -- always returns a new reference
include/pybind11/pytypes.h:2230
Methodraw_str
Return string representation -- always returns a new reference, even if already a str
include/pybind11/pytypes.h:1727
Methodraw_weakref
include/pybind11/pytypes.h:1997
Methodread
include/pybind11/pybind11.h:2129
Methodread
include/pybind11/pybind11.h:2169
Methodread
include/pybind11/pybind11.h:2211
Methodreadonly
include/pybind11/pybind11.h:2065
Methodreadonly
include/pybind11/pybind11.h:2112
Methodreadonly
include/pybind11/pybind11.h:2152
Methodreadonly
include/pybind11/pybind11.h:2204
Functionreduce_ex_impl
include/pybind11/detail/function_record_pyobject.h:165
MethodrefConst
tests/test_eigen_matrix.cpp:250
Functionref_count
Return the object's current reference count
include/pybind11/pytypes.h:205
Methodref_small_vector
include/pybind11/detail/argument_vector.h:364
Functionregister_structured_dtype
include/pybind11/numpy.h:1680
Functionregister_test
tests/test_numpy_scalars.cpp:29
Functionreinterpret_borrow
include/pybind11/pytypes.h:484
Functionreinterpret_steal
include/pybind11/pytypes.h:497
Functionrelease
\rst Resets the internal pointer to ``nullptr`` without decreasing the object's reference count. The function returns a raw handle to
include/pybind11/pytypes.h:402
Methodrelease_ptr
tests/test_smart_ptr.cpp:40
Methodrelease_ptr
tests/test_smart_ptr.cpp:68
Functionreload
Reload the module or throws `error_already_set`.
include/pybind11/pybind11.h:1675
MethodreportInvalidArguments
tests/test_with_catch/catch.cpp:63
Methodreport_status
tests/test_call_policies.cpp:18
Methodreport_status
tests/test_call_policies.cpp:28
Methodreserve
include/pybind11/detail/argument_vector.h:250
Methodreserve
include/pybind11/detail/argument_vector.h:404
Methodreserve_maybe
include/pybind11/stl.h:232
Methodreserve_maybe
include/pybind11/stl.h:322
Methodreserve_slow_path
include/pybind11/detail/argument_vector.h:215
Functionreset
include/pybind11/detail/internals.h:123
Functionreset_refs
Resets the values of the static matrices returned by get_cm()/get_rm()
tests/test_eigen_matrix.cpp:52
Methodreset_vptr_deleter_armed_flag
include/pybind11/detail/struct_smart_holder.h:253
MethodreturnNullChild
tests/test_call_policies.cpp:52
Functionreturn_array_cpp_loop
tests/test_numpy_array.cpp:193
Functionreturn_array_from_list
tests/test_numpy_array.cpp:205
Functionreturn_bytes
tests/test_constants_and_functions.cpp:26
Functionreturn_pyobject_ptr
tests/test_type_caster_pyobject_ptr.cpp:32
Methodrich_compare
include/pybind11/pytypes.h:2662
Methodrows
tests/test_buffers.cpp:184
Methodrows
tests/test_buffers.cpp:249
Functionrtrn_cptr
tests/test_class_sh_basic.cpp:72
Functionrtrn_cptr
tests/test_class_sh_factory_constructors.cpp:38
Functionrtrn_mptr
tests/test_class_sh_basic.cpp:73
Functionrtrn_mptr
tests/test_class_sh_factory_constructors.cpp:39
Functionrtrn_mptr_drvd
clang-format off
tests/test_class_sh_inheritance.cpp:29
Functionrtrn_mptr_drvd2
clang-format off
tests/test_class_sh_inheritance.cpp:51
Functionrtrn_mptr_drvd2_up_cast1
tests/test_class_sh_inheritance.cpp:52
Functionrtrn_mptr_drvd2_up_cast2
tests/test_class_sh_inheritance.cpp:53
Functionrtrn_mptr_drvd_up_cast
tests/test_class_sh_inheritance.cpp:30
Functionrtrn_obj_cast_shared_ptr
tests/test_potentially_slicing_weak_ptr.cpp:70
Functionrtrn_potentially_slicing_shared_ptr
tests/test_potentially_slicing_weak_ptr.cpp:77
Functionrtrn_shcp
tests/test_class_sh_basic.cpp:82
Functionrtrn_shcp
tests/test_class_sh_factory_constructors.cpp:42
Functionrtrn_shmp
tests/test_class_sh_basic.cpp:81
Functionrtrn_shmp
tests/test_class_sh_factory_constructors.cpp:41
Functionrtrn_shmp_drvd
tests/test_class_sh_inheritance.cpp:35
Functionrtrn_shmp_drvd_up_cast
tests/test_class_sh_inheritance.cpp:36
Functionrtrn_udcp
tests/test_class_sh_basic.cpp:97
Functionrtrn_udcp
tests/test_class_sh_factory_constructors.cpp:51
Functionrtrn_udcp_del
tests/test_class_sh_basic.cpp:103
Functionrtrn_udcp_del_nd
tests/test_class_sh_basic.cpp:109
Functionrtrn_udmp
tests/test_class_sh_basic.cpp:96
Functionrtrn_udmp
tests/test_class_sh_factory_constructors.cpp:50
Functionrtrn_udmp_del
tests/test_class_sh_basic.cpp:102
Functionrtrn_udmp_del_nd
tests/test_class_sh_basic.cpp:108
Functionrtrn_uqcp
tests/test_class_sh_basic.cpp:88
Functionrtrn_uqcp
tests/test_class_sh_factory_constructors.cpp:45
Functionrtrn_uqmp
tests/test_class_sh_basic.cpp:87
Functionrtrn_uqmp
tests/test_class_sh_factory_constructors.cpp:44
Functionrtrn_valu
tests/test_class_sh_basic.cpp:68
Functionrtrn_valu
tests/test_class_sh_factory_constructors.cpp:34
Methodrtrn_valu
tests/test_class_sh_basic.cpp:24
Methodrun
(self, value)
tests/test_virtual_functions.py:19
Methodrun
include/pybind11/numpy.h:2175
Functionsame_twice
tests/test_class_sh_disowning.cpp:15
Functionsanitize_string_literal
include/pybind11/typing.h:263
Methodsay_something
(self, times)
tests/test_virtual_functions.py:406
Methodsay_something
(self, times)
tests/test_virtual_functions.py:422
Methodscope
include/pybind11/attr.h:42
Methodscope_exit
tests/test_with_catch/test_interpreter.cpp:426
Methodscoped_critical_section
include/pybind11/critical_section.h:16
Methodscoped_estream_redirect
include/pybind11/iostream.h:230
Methodscoped_interpreter
include/pybind11/embed.h:289
Methodscoped_ostream_redirect
include/pybind11/iostream.h:190
Methodscoped_subinterpreter
include/pybind11/subinterpreter.h:237
Methodsentinel
\rst The value which marks the end of the iteration. ``it == iterator::sentinel()`` is equivalent to catching ``StopIteration`` in P
include/pybind11/pytypes.h:1583
Methodsequence_fast_readonly
include/pybind11/pytypes.h:1319
Methodsequence_slow_readwrite
include/pybind11/pytypes.h:1342
Methodset
tests/test_sequences_and_iterators.cpp:81
Methodset
tests/test_sequences_and_iterators.cpp:338
Methodset
include/pybind11/pytypes.h:1142
Methodset
include/pybind11/pytypes.h:1148
Methodset
include/pybind11/pytypes.h:1162
Methodset
include/pybind11/pytypes.h:1182
Methodset
include/pybind11/pytypes.h:1203
← previousnext →2,101–2,200 of 3,362, ranked by callers