Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ functions
Functions
3,362 in github.com/pybind/pybind11
⨍
Functions
3,362
◇
Types & classes
1,305
↳
Endpoints
11
Method
load_raw
include/pybind11/cast.h:596
Method
load_value
include/pybind11/cast.h:918
Method
load_value
include/pybind11/cast.h:1066
Method
load_value
include/pybind11/cast.h:1247
Method
loader_life_support
A new patient frame is created when a function is entered
include/pybind11/detail/type_caster_base.h:66
Method
local_load
include/pybind11/detail/type_caster_base.h:1177
Method
lookup
include/pybind11/numpy.h:348
Function
lucky_number
tests/test_virtual_functions.cpp:513
Method
lucky_number
(self)
tests/test_virtual_functions.py:367
Method
lucky_number
(self)
tests/test_virtual_functions.py:377
Method
lucky_number
(self)
tests/test_virtual_functions.py:390
Method
lucky_number
(self)
tests/test_virtual_functions.py:412
Function
m1
tests/test_constants_and_functions.cpp:66
Function
m2
tests/test_constants_and_functions.cpp:67
Function
m3
tests/test_constants_and_functions.cpp:68
Function
m4
tests/test_constants_and_functions.cpp:69
Function
m5
tests/test_constants_and_functions.cpp:70
Function
m6
tests/test_constants_and_functions.cpp:71
Function
m7
tests/test_constants_and_functions.cpp:76
Function
m8
NOLINTNEXTLINE(modernize-use-noexcept)
tests/test_constants_and_functions.cpp:78
Method
m_fetched_error_deleter
include/pybind11/pybind11.h:3709
Function
main
tests/test_cross_module_rtti/catch.cpp:18
Function
main
tests/test_cmake_build/embed.cpp:8
Method
main
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
Method
make
tests/test_class.cpp:266
Function
make_changelog
Inspect the closed issues and make entries for a changelog.
noxfile.py:99
Method
make_copy_constructor
include/pybind11/detail/type_caster_base.h:1692
Function
make_diamond_as_vbase_raw_ptr
tests/test_class_sh_mi_thunks.cpp:69
Function
make_diamond_as_vbase_shared_ptr
tests/test_class_sh_mi_thunks.cpp:74
Function
make_diamond_as_vbase_unique_ptr
tests/test_class_sh_mi_thunks.cpp:79
Method
make_function_record
include/pybind11/pybind11.h:475
Function
make_guarded_custom_deleter
include/pybind11/detail/struct_smart_holder.h:138
Function
make_guarded_std_default_delete
include/pybind11/detail/struct_smart_holder.h:125
Function
make_iterator_impl
NOLINTNEXTLINE(performance-unnecessary-value-param)
include/pybind11/pybind11.h:3391
Method
make_move_constructor
include/pybind11/detail/type_caster_base.h:1698
Function
make_pure_cpp_sft_raw_ptr
tests/test_class_sh_trampoline_shared_from_this.cpp:94
Function
make_pure_cpp_sft_shd_ptr
tests/test_class_sh_trampoline_shared_from_this.cpp:100
Function
make_pure_cpp_sft_unq_ptr
tests/test_class_sh_trampoline_shared_from_this.cpp:96
Method
make_record
include/pybind11/native_enum.h:67
Method
make_shared_ptr_with_responsible_parent
include/pybind11/detail/type_caster_base.h:864
Method
make_stride
include/pybind11/eigen/matrix.h:601
Function
make_unique_pointee
tests/test_class_sh_unique_ptr_member.cpp:20
Function
make_vector_pyobject_ptr
tests/test_type_caster_pyobject_ptr.cpp:13
Function
map_assignment
include/pybind11/stl_bind.h:582
Function
map_if_insertion_operator
include/pybind11/stl_bind.h:580
Method
mark_parents_nonsimple
Helper function which tags all parents of a type using mult. inheritance
include/pybind11/pybind11.h:1853
Function
matches
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
Method
memoryview
include/pybind11/pytypes.h:2406
Method
method
tests/test_methods_and_attributes.cpp:234
Function
method_adaptor
include/pybind11/pybind11.h:2028
Function
mixed
tests/test_class_sh_disowning.cpp:19
Function
mkarray_via_buffer
tests/test_numpy_dtypes.cpp:154
Method
mod_gil_not_used
include/pybind11/pybind11.h:1437
Function
module_
include/pybind11/pybind11.h:1596
Method
module_local
include/pybind11/attr.h:120
Method
movable_int
tests/pure_cpp/smart_holder_poc_test.cpp:25
Method
move_list
tests/test_stl.cpp:293
Method
move_to_heap_vector_with_reserved_size
include/pybind11/detail/argument_vector.h:201
Method
move_to_heap_vector_with_reserved_size
include/pybind11/detail/argument_vector.h:327
Method
multi_array_iterator
include/pybind11/numpy.h:1907
Method
multiple_interpreters
include/pybind11/pybind11.h:1460
Method
mutable_data
include/pybind11/numpy.h:763
Method
mutable_data
include/pybind11/numpy.h:2102
Method
mutable_data
include/pybind11/numpy.h:2116
Function
mutable_unchecked
include/pybind11/numpy.h:1477
Function
naive_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
Function
name
include/pybind11/pytypes.h:2114
Method
name_of_kind
tests/test_tagbased_polymorphic.cpp:117
Method
native_enum
include/pybind11/native_enum.h:25
Method
native_enum_data
include/pybind11/detail/native_enum_data.h:30
Method
nbytes
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
Method
ndim
Returns the number of dimensions of the array
include/pybind11/numpy.h:712
Function
negate
tests/test_docs_advanced_cast_custom.cpp:14
Method
new_instance
tests/test_class.cpp:99
Method
next
tests/test_sequences_and_iterators.cpp:508
Function
next_power_of_2
include/pybind11/detail/common.h:788
Method
noMatchingTestCases
tests/test_with_catch/catch.cpp:57
Function
no_recompile
This is the safest but slowest choice (and is the default) - will always recompile sources.
pybind11/setup_helpers.py:341
Function
noexcept_free_func
Exercises overload_cast with noexcept free function pointers.
tests/test_methods_and_attributes.cpp:229
Function
noisy_funct_dual
tests/test_iostream.cpp:28
Function
noisy_function
tests/test_iostream.cpp:20
Function
none1
tests/test_methods_and_attributes.cpp:128
Function
none2
tests/test_methods_and_attributes.cpp:129
Function
none3
tests/test_methods_and_attributes.cpp:130
Function
none4
tests/test_methods_and_attributes.cpp:131
Function
none5
tests/test_methods_and_attributes.cpp:132
Function
normalize_line_endings
(value: bytes)
tests/extra_python_package/test_files.py:180
Function
not_equal
include/pybind11/pytypes.h:168
Method
not_supported
include/pybind11/pybind11.h:1452
Method
num_of
include/pybind11/numpy.h:890
Method
numpy_scalar
include/pybind11/numpy.h:815
Method
object>
tests/test_numpy_array.cpp:174
Function
object_api
include/pybind11/pytypes.h:84
Function
object_or_cast
include/pybind11/cast.h:1828
Method
of
include/pybind11/numpy.h:883
Method
of
Return a type object from a handle or an object
include/pybind11/pytypes.h:1617
Function
offset_at_t
tests/test_numpy_array.cpp:123
Function
one_to_n
tests/test_stl_binders.cpp:46
Method
operator delete
tests/test_class.cpp:324
Method
operator delete
tests/test_class.cpp:339
← previous
next →
1,801–1,900 of 3,362, ranked by callers