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
set
include/pybind11/pytypes.h:1224
Method
set1
tests/test_methods_and_attributes.cpp:117
Method
set2
tests/test_methods_and_attributes.cpp:118
Method
setVal
tests/test_class_sh_trampoline_unique_ptr.cpp:17
Method
setValue
tests/test_docstring_options.cpp:67
Method
set_flag
include/pybind11/pybind11.h:3523
Method
set_foreign_holder
include/pybind11/cast.h:914
Method
set_foreign_holder
include/pybind11/cast.h:1061
Method
set_foreign_holder
include/pybind11/cast.h:1241
Method
set_int
tests/test_methods_and_attributes.cpp:158
Function
set_name
Replaces a capsule's name *without* calling the destructor on the existing one.
include/pybind11/pytypes.h:2123
Function
set_operator_new
include/pybind11/pybind11.h:1900
Function
set_pointer
Replaces a capsule's pointer *without* calling the destructor on the existing one.
include/pybind11/pytypes.h:2108
Function
set_shared_data
Set the shared data that can be later recovered by `get_shared_data()`.
include/pybind11/detail/internals.h:1059
Method
set_value
Exercises cpp_function(Return (Class::*)(Args...) noexcept, ...)
tests/test_methods_and_attributes.cpp:178
Function
setstate
include/pybind11/detail/init.h:465
Function
setup
(app)
docs/conf.py:361
Method
shape
Returns the shape (i.e. size) of dimension `dim`
include/pybind11/numpy.h:709
Method
shared_gil
include/pybind11/pybind11.h:1455
Method
shared_ptr<type> esft_downcast
include/pybind11/detail/holder_caster_foreign_helpers.h:20
Method
shared_ptr_parent_life_support
include/pybind11/detail/type_caster_base.h:808
Method
shared_ptr_trampoline_self_life_support
include/pybind11/detail/type_caster_base.h:820
Method
shared_ptr_with_addressof_operator
tests/test_smart_ptr.cpp:51
Method
shared_ptr_with_responsible_parent
This function will succeed even if the `responsible_parent` does not own the wrapped C++ object directly. It is the responsibility of the caller to en
include/pybind11/cast.h:1042
Method
show_enum_members_docstring
include/pybind11/options.h:68
Method
show_function_signatures
include/pybind11/options.h:66
Method
show_user_defined_docstrings
include/pybind11/options.h:62
Method
sibling
include/pybind11/attr.h:60
Method
sig
We have to repeat PYBIND11_READABLE_FUNCTION_SIGNATURE_EXPR in decltype() because C++11 doesn't allow functions to return `auto`. (We don't know the t
include/pybind11/pybind11.h:274
Function
simple_dtype
()
tests/test_numpy_dtypes.py:14
Method
size
tests/test_sequences_and_iterators.cpp:340
Method
size
tests/test_custom_type_setup.cpp:30
Method
size
include/pybind11/numpy.h:717
Method
size
include/pybind11/pytypes.h:1861
Method
size
include/pybind11/pytypes.h:2180
Method
size
include/pybind11/pytypes.h:2242
Method
size
include/pybind11/pytypes.h:2270
Method
size
include/pybind11/pytypes.h:2325
Method
size
include/pybind11/detail/argument_vector.h:243
Method
size
include/pybind11/detail/argument_vector.h:406
Method
slice
include/pybind11/pytypes.h:2003
Method
small_vector
include/pybind11/detail/argument_vector.h:130
Method
small_vector
include/pybind11/detail/argument_vector.h:225
Method
smart_holder
Design choice: smart_holder is movable but not copyable.
include/pybind11/detail/struct_smart_holder.h:167
Method
state_dict
Get the interpreter's state dict. This interpreter's GIL must be held before calling!
include/pybind11/subinterpreter.h:217
Method
static_func
tests/test_multiple_inheritance.cpp:41
Method
static_get
tests/test_methods_and_attributes.cpp:97
Method
static_set
tests/test_methods_and_attributes.cpp:98
Function
std_default_delete_if_destructible
include/pybind11/detail/struct_smart_holder.h:112
Method
stderr
(self)
tests/conftest.py:145
Method
str
include/pybind11/pytypes.h:1647
Method
str_ref_helper
tests/test_virtual_functions.cpp:386
Method
str_value
tests/test_virtual_functions.cpp:372
Method
strdup_guard
include/pybind11/pybind11.h:655
Method
stride_compatible
include/pybind11/eigen/matrix.h:107
Method
string type_info_description
include/pybind11/detail/type_caster_base.h:1713
Method
string_op
include/pybind11/pytypes.h:1794
Method
subinterpreter
empty/unusable, but move-assignable. use create() to create a subinterpreter.
include/pybind11/subinterpreter.h:50
Method
subinterpreter_scoped_activate
include/pybind11/subinterpreter.h:34
Method
subinterpreter_scoped_activate
include/pybind11/subinterpreter.h:247
Method
sync
include/pybind11/iostream.h:117
Function
termination_signal_handler
Signal handler to print a message when the process is terminated. Uses only async-signal-safe functions.
tests/test_with_catch/catch.cpp:129
Method
testCaseEnded
tests/test_with_catch/catch.cpp:50
Method
testCaseStarting
tests/test_with_catch/catch.cpp:43
Method
testRunEnded
tests/test_with_catch/catch.cpp:73
Function
test_PC
()
tests/test_python_multiple_inheritance.py:16
Function
test_PPCC
()
tests/test_python_multiple_inheritance.py:23
Function
test_accepts_none
(msg)
tests/test_methods_and_attributes.py:427
Function
test_accessor_moves
()
tests/test_pytypes.py:427
Function
test_accessors
()
tests/test_pytypes.py:388
Function
test_alias_delay_initialization1
`A` only initializes its trampoline class when we inherit from it If we just create and use an A instance directly, the trampoline initialization
tests/test_virtual_functions.py:98
Function
test_alias_delay_initialization2
`A2`, unlike the above, is configured to always initialize the alias While the extra initialization and extra class layer has small virtual dispa
tests/test_virtual_functions.py:138
Function
test_aligned
()
tests/test_class.py:454
Function
test_alive_gc
(capture)
tests/test_call_policies.py:124
Function
test_alive_gc_derived
(capture)
tests/test_call_policies.py:144
Function
test_alive_gc_multi_derived
(capture)
tests/test_call_policies.py:167
Function
test_all_basic_tests_completeness
()
tests/test_gil_scoped.py:153
Function
test_all_type_info_multithreaded
()
tests/test_class.py:551
Function
test_animal_cat_tiger
(clone_fn)
tests/test_class_sh_mi_thunks.py:100
Function
test_arg_and_kwargs
()
tests/test_kwargs_and_defaults.py:118
Function
test_arg_return_type_hints
(doc, backport_typehints)
tests/test_pytypes.py:1268
Function
test_args_refcount
Issue/PR #1216 - py::args elements get double-inc_ref()ed when combined with regular arguments
tests/test_kwargs_and_defaults.py:419
Function
test_argument_conversions
(forcecast, contiguity, noconvert)
tests/test_numpy_array.py:591
Function
test_array
std::array <-> list
tests/test_stl.py:41
Function
test_array_array
()
tests/test_numpy_dtypes.py:307
Function
test_array_attributes
()
tests/test_numpy_array.py:32
Function
test_array_cast_sequence
()
tests/test_stl.py:451
Function
test_array_collapse
()
tests/test_numpy_vectorize.py:300
Function
test_array_constructors
()
tests/test_numpy_dtypes.py:281
Function
test_array_create_and_resize
()
tests/test_numpy_array.py:516
Function
test_array_ctors
tests/test_numpy_dtypes.cpp:191
Function
test_array_failure
()
tests/test_numpy_array.py:467
Function
test_array_no_default_ctor
()
tests/test_stl.py:58
Function
test_array_object_type
(doc)
tests/test_numpy_array.py:344
Function
test_array_resize
()
tests/test_numpy_array.py:488
Function
test_array_unchecked_dyn_dims
()
tests/test_numpy_array.py:455
Function
test_array_unchecked_fixed_dims
(msg)
tests/test_numpy_array.py:429
Function
test_array_view
()
tests/test_numpy_array.py:522
Function
test_array_view_invalid
()
tests/test_numpy_array.py:531
Function
test_arraylike_signature
(m, doc)
tests/test_eigen_tensor.py:298
← previous
next →
2,201–2,300 of 3,362, ranked by callers