MCPcopy Create free account

hub / github.com/pybind/pybind11 / functions

Functions3,362 in github.com/pybind/pybind11

Methodload_raw
include/pybind11/cast.h:596
Methodload_value
include/pybind11/cast.h:918
Methodload_value
include/pybind11/cast.h:1066
Methodload_value
include/pybind11/cast.h:1247
Methodloader_life_support
A new patient frame is created when a function is entered
include/pybind11/detail/type_caster_base.h:66
Methodlocal_load
include/pybind11/detail/type_caster_base.h:1177
Methodlookup
include/pybind11/numpy.h:348
Functionlucky_number
tests/test_virtual_functions.cpp:513
Methodlucky_number
(self)
tests/test_virtual_functions.py:367
Methodlucky_number
(self)
tests/test_virtual_functions.py:377
Methodlucky_number
(self)
tests/test_virtual_functions.py:390
Methodlucky_number
(self)
tests/test_virtual_functions.py:412
Functionm1
tests/test_constants_and_functions.cpp:66
Functionm2
tests/test_constants_and_functions.cpp:67
Functionm3
tests/test_constants_and_functions.cpp:68
Functionm4
tests/test_constants_and_functions.cpp:69
Functionm5
tests/test_constants_and_functions.cpp:70
Functionm6
tests/test_constants_and_functions.cpp:71
Functionm7
tests/test_constants_and_functions.cpp:76
Functionm8
NOLINTNEXTLINE(modernize-use-noexcept)
tests/test_constants_and_functions.cpp:78
Methodm_fetched_error_deleter
include/pybind11/pybind11.h:3709
Functionmain
tests/test_cross_module_rtti/catch.cpp:18
Functionmain
tests/test_cmake_build/embed.cpp:8
Methodmain
Get a handle to the main interpreter that can be used with subinterpreter_scoped_activate Note that destructing the handle is a noop, the main interpr
include/pybind11/subinterpreter.h:192
Methodmake
tests/test_class.cpp:266
Functionmake_changelog
Inspect the closed issues and make entries for a changelog.
noxfile.py:99
Methodmake_copy_constructor
include/pybind11/detail/type_caster_base.h:1692
Functionmake_diamond_as_vbase_raw_ptr
tests/test_class_sh_mi_thunks.cpp:69
Functionmake_diamond_as_vbase_shared_ptr
tests/test_class_sh_mi_thunks.cpp:74
Functionmake_diamond_as_vbase_unique_ptr
tests/test_class_sh_mi_thunks.cpp:79
Methodmake_function_record
include/pybind11/pybind11.h:475
Functionmake_guarded_custom_deleter
include/pybind11/detail/struct_smart_holder.h:138
Functionmake_guarded_std_default_delete
include/pybind11/detail/struct_smart_holder.h:125
Functionmake_iterator_impl
NOLINTNEXTLINE(performance-unnecessary-value-param)
include/pybind11/pybind11.h:3391
Methodmake_move_constructor
include/pybind11/detail/type_caster_base.h:1698
Functionmake_pure_cpp_sft_raw_ptr
tests/test_class_sh_trampoline_shared_from_this.cpp:94
Functionmake_pure_cpp_sft_shd_ptr
tests/test_class_sh_trampoline_shared_from_this.cpp:100
Functionmake_pure_cpp_sft_unq_ptr
tests/test_class_sh_trampoline_shared_from_this.cpp:96
Methodmake_record
include/pybind11/native_enum.h:67
Methodmake_shared_ptr_with_responsible_parent
include/pybind11/detail/type_caster_base.h:864
Methodmake_stride
include/pybind11/eigen/matrix.h:601
Functionmake_unique_pointee
tests/test_class_sh_unique_ptr_member.cpp:20
Functionmake_vector_pyobject_ptr
tests/test_type_caster_pyobject_ptr.cpp:13
Functionmap_assignment
include/pybind11/stl_bind.h:582
Functionmap_if_insertion_operator
include/pybind11/stl_bind.h:580
Methodmark_parents_nonsimple
Helper function which tags all parents of a type using mult. inheritance
include/pybind11/pybind11.h:1853
Functionmatches
Check if the currently trapped error type matches the given Python exception class (or a subclass thereof). May also be passed a tuple to search for
include/pybind11/pytypes.h:796
Methodmemoryview
include/pybind11/pytypes.h:2406
Methodmethod
tests/test_methods_and_attributes.cpp:234
Functionmethod_adaptor
include/pybind11/pybind11.h:2028
Functionmixed
tests/test_class_sh_disowning.cpp:19
Functionmkarray_via_buffer
tests/test_numpy_dtypes.cpp:154
Methodmod_gil_not_used
include/pybind11/pybind11.h:1437
Functionmodule_
include/pybind11/pybind11.h:1596
Methodmodule_local
include/pybind11/attr.h:120
Methodmovable_int
tests/pure_cpp/smart_holder_poc_test.cpp:25
Methodmove_list
tests/test_stl.cpp:293
Methodmove_to_heap_vector_with_reserved_size
include/pybind11/detail/argument_vector.h:201
Methodmove_to_heap_vector_with_reserved_size
include/pybind11/detail/argument_vector.h:327
Methodmulti_array_iterator
include/pybind11/numpy.h:1907
Methodmultiple_interpreters
include/pybind11/pybind11.h:1460
Methodmutable_data
include/pybind11/numpy.h:763
Methodmutable_data
include/pybind11/numpy.h:2102
Methodmutable_data
include/pybind11/numpy.h:2116
Functionmutable_unchecked
include/pybind11/numpy.h:1477
Functionnaive_recompile
This will recompile only if the source file changes. It does not check header files, so a more advanced function or Ccache is better if you h
pybind11/setup_helpers.py:332
Functionname
include/pybind11/pytypes.h:2114
Methodname_of_kind
tests/test_tagbased_polymorphic.cpp:117
Methodnative_enum
include/pybind11/native_enum.h:25
Methodnative_enum_data
include/pybind11/detail/native_enum_data.h:30
Methodnbytes
Returns the total number of bytes used by the referenced data. Note that the actual span in memory may be larger if the referenced array has non-cont
include/pybind11/numpy.h:729
Methodndim
Returns the number of dimensions of the array
include/pybind11/numpy.h:712
Functionnegate
tests/test_docs_advanced_cast_custom.cpp:14
Methodnew_instance
tests/test_class.cpp:99
Methodnext
tests/test_sequences_and_iterators.cpp:508
Functionnext_power_of_2
include/pybind11/detail/common.h:788
MethodnoMatchingTestCases
tests/test_with_catch/catch.cpp:57
Functionno_recompile
This is the safest but slowest choice (and is the default) - will always recompile sources.
pybind11/setup_helpers.py:341
Functionnoexcept_free_func
Exercises overload_cast with noexcept free function pointers.
tests/test_methods_and_attributes.cpp:229
Functionnoisy_funct_dual
tests/test_iostream.cpp:28
Functionnoisy_function
tests/test_iostream.cpp:20
Functionnone1
tests/test_methods_and_attributes.cpp:128
Functionnone2
tests/test_methods_and_attributes.cpp:129
Functionnone3
tests/test_methods_and_attributes.cpp:130
Functionnone4
tests/test_methods_and_attributes.cpp:131
Functionnone5
tests/test_methods_and_attributes.cpp:132
Functionnormalize_line_endings
(value: bytes)
tests/extra_python_package/test_files.py:180
Functionnot_equal
include/pybind11/pytypes.h:168
Methodnot_supported
include/pybind11/pybind11.h:1452
Methodnum_of
include/pybind11/numpy.h:890
Methodnumpy_scalar
include/pybind11/numpy.h:815
Methodobject>
tests/test_numpy_array.cpp:174
Functionobject_api
include/pybind11/pytypes.h:84
Functionobject_or_cast
include/pybind11/cast.h:1828
Methodof
include/pybind11/numpy.h:883
Methodof
Return a type object from a handle or an object
include/pybind11/pytypes.h:1617
Functionoffset_at_t
tests/test_numpy_array.cpp:123
Functionone_to_n
tests/test_stl_binders.cpp:46
Methodoperator delete
tests/test_class.cpp:324
Methodoperator delete
tests/test_class.cpp:339
← previousnext →1,801–1,900 of 3,362, ranked by callers