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
cast
include/pybind11/cast.h:1181
Method
cast
include/pybind11/cast.h:1207
Method
cast
include/pybind11/cast.h:1552
Method
cast
include/pybind11/cast.h:1745
Method
cast
include/pybind11/chrono.h:76
Method
cast
include/pybind11/chrono.h:175
Method
cast
include/pybind11/numpy.h:802
Method
cast
include/pybind11/numpy.h:1574
Method
cast
include/pybind11/functional.h:126
Method
cast
include/pybind11/type_caster_pyobject_ptr.h:21
Method
cast
include/pybind11/stl.h:271
Method
cast
include/pybind11/stl.h:343
Method
cast
include/pybind11/stl.h:456
Method
cast
include/pybind11/stl.h:533
Method
cast
include/pybind11/stl.h:638
Method
cast
Normal returned non-reference, non-const value:
include/pybind11/eigen/matrix.h:368
Method
cast
Directly referencing a ref/map's data is a bit dangerous (whatever the map/ref points to has to stay around), but we'll allow it under the assumption
include/pybind11/eigen/matrix.h:431
Method
cast
include/pybind11/eigen/matrix.h:633
Method
cast
include/pybind11/eigen/tensor.h:416
Method
cast
include/pybind11/detail/type_caster_base.h:996
Method
cast
include/pybind11/detail/type_caster_base.h:1639
Method
cast_holder
include/pybind11/detail/type_caster_base.h:1663
Method
cast_impl
include/pybind11/cast.h:826
Method
cast_impl
include/pybind11/eigen/matrix.h:347
Method
cast_impl
include/pybind11/eigen/tensor.h:459
Method
cast_non_owning
include/pybind11/detail/type_caster_base.h:1007
Function
cast_op
include/pybind11/cast.h:47
Function
cast_ref
include/pybind11/cast.h:1869
Function
cast_safe
include/pybind11/cast.h:1883
Method
cast_sources
Use the given pointer and type NOLINTNEXTLINE(google-explicit-constructor)
include/pybind11/detail/type_caster_base.h:570
Method
cast_sources
include/pybind11/detail/type_caster_base.h:1608
Method
cast_sources
include/pybind11/detail/type_caster_base.h:1636
Function
check
tests/test_pytypes.cpp:27
Method
check_dimensions
include/pybind11/numpy.h:1349
Method
check_dimensions_impl
include/pybind11/numpy.h:1353
Method
check_holder_compat
include/pybind11/cast.h:905
Method
check_holder_compat
include/pybind11/cast.h:1052
Function
check_internals_local_exception_translator
include/pybind11/detail/internals.h:840
Function
check_script_success_in_subprocess
Runs the given code in a subprocess.
tests/env.py:48
Function
check_self
(self)
tests/test_methods_and_attributes.py:217
Method
check_writeable
include/pybind11/numpy.h:1342
Method
class_
include/pybind11/pybind11.h:2317
Function
clean_up
(app, exception)
docs/conf.py:357
Function
cleanup
()
tests/test_eigen_tensor.py:39
Method
cleanupAllInstances
tests/test_smart_ptr.cpp:140
Method
cleanupAllInstances
tests/test_smart_ptr.cpp:168
Function
clear
include/pybind11/pytypes.h:791
Method
clear
tests/mod_per_interpreter_gil_with_singleton.cpp:62
Method
clear
include/pybind11/pytypes.h:2218
Method
clear
include/pybind11/pytypes.h:2296
Method
clone_raw_ptr
tests/test_class_sh_mi_thunks.cpp:128
Method
clone_shared_ptr
tests/test_class_sh_mi_thunks.cpp:131
Method
clone_unique_ptr
tests/test_class_sh_mi_thunks.cpp:134
Function
collect_arguments
include/pybind11/cast.h:2395
Method
cols
tests/test_buffers.cpp:185
Method
cols
tests/test_buffers.cpp:250
Method
common_iterator
include/pybind11/numpy.h:1881
Method
compare
include/pybind11/buffer_info.h:190
Method
compare
include/pybind11/buffer_info.h:198
Method
compare
include/pybind11/numpy.h:1582
Method
compile_function
( compiler: distutils.ccompiler.CCompiler, sources: list[str], output_dir:
pybind11/setup_helpers.py:428
Function
compute_array_flag_from_tensor
include/pybind11/eigen/tensor.h:44
Function
concat
tests/test_custom_type_casters.cpp:140
Method
conformable
Takes an input array and determines whether we can make it fit into the Eigen type. If the array is a vector, we attempt to fit it into either an Eig
include/pybind11/eigen/matrix.h:173
Method
const_only_shared_ptr
tests/test_smart_ptr.cpp:78
Function
constexpr_first
include/pybind11/detail/common.h:951
Function
constexpr_last
include/pybind11/detail/common.h:957
Function
construct
include/pybind11/detail/init.h:108
Method
construct1
Non-movable, non-copyable type: Return via pointer:
tests/test_factory_constructors.cpp:176
Method
construct1_string
pointer again
tests/test_factory_constructors.cpp:182
Method
construct2
Moveable type: pointer:
tests/test_factory_constructors.cpp:188
Method
construct3
shared_ptr holder type: pointer:
tests/test_factory_constructors.cpp:198
Function
construct_alias_from_cpp
include/pybind11/detail/init.h:92
Function
construct_from_shared_ptr
include/pybind11/detail/init.h:250
Function
construct_or_initialize
include/pybind11/detail/init.h:76
Method
consume_str
tests/test_methods_and_attributes.cpp:59
Method
contains
include/pybind11/stl_bind.h:671
Method
contains
include/pybind11/pytypes.h:2220
Method
contains
include/pybind11/pytypes.h:2328
Method
contextEnter
tests/pybind11_tests.h:108
Method
contextExit
tests/pybind11_tests.h:112
Function
conv
tests/test_pytypes.cpp:29
Method
convert_elements
include/pybind11/stl.h:237
Method
convert_elements
include/pybind11/stl.h:327
Method
convert_elements
include/pybind11/stl.h:393
Function
convert_to_pyobjecttype<PyObject *>
tests/test_numpy_array.cpp:164
Method
cornersConst
tests/test_eigen_matrix.cpp:263
Function
cpp_conduit_method
include/pybind11/detail/type_caster_base.h:1318
Method
cpp_function
include/pybind11/pybind11.h:306
Method
create
tests/test_eigen_matrix.cpp:242
Method
create
tests/test_smart_ptr.cpp:260
Method
create
tests/test_smart_ptr.cpp:265
Method
create
include/pybind11/numpy.h:2095
Method
create
include/pybind11/numpy.h:2114
Method
create
Create a new subinterpreter with the specified configuration @note This function acquires (and then releases) the main interpreter GIL, but the main i
include/pybind11/subinterpreter.h:70
Method
createConst
NOLINTNEXTLINE(readability-const-return-type)
tests/test_eigen_matrix.cpp:244
Method
createNewContextForInit
tests/pybind11_tests.h:106
Method
createObject
tests/test_smart_ptr.cpp:203
Function
create_recarray
tests/test_numpy_dtypes.cpp:168
Function
create_zoo
tests/test_tagbased_polymorphic.cpp:72
← previous
next →
1,301–1,400 of 3,362, ranked by callers