MCPcopy Create free account

hub / github.com/pybind/pybind11 / functions

Functions3,362 in github.com/pybind/pybind11

Methodset
include/pybind11/pytypes.h:1224
Methodset1
tests/test_methods_and_attributes.cpp:117
Methodset2
tests/test_methods_and_attributes.cpp:118
MethodsetVal
tests/test_class_sh_trampoline_unique_ptr.cpp:17
MethodsetValue
tests/test_docstring_options.cpp:67
Methodset_flag
include/pybind11/pybind11.h:3523
Methodset_foreign_holder
include/pybind11/cast.h:914
Methodset_foreign_holder
include/pybind11/cast.h:1061
Methodset_foreign_holder
include/pybind11/cast.h:1241
Methodset_int
tests/test_methods_and_attributes.cpp:158
Functionset_name
Replaces a capsule's name *without* calling the destructor on the existing one.
include/pybind11/pytypes.h:2123
Functionset_operator_new
include/pybind11/pybind11.h:1900
Functionset_pointer
Replaces a capsule's pointer *without* calling the destructor on the existing one.
include/pybind11/pytypes.h:2108
Functionset_shared_data
Set the shared data that can be later recovered by `get_shared_data()`.
include/pybind11/detail/internals.h:1059
Methodset_value
Exercises cpp_function(Return (Class::*)(Args...) noexcept, ...)
tests/test_methods_and_attributes.cpp:178
Functionsetstate
include/pybind11/detail/init.h:465
Functionsetup
(app)
docs/conf.py:361
Methodshape
Returns the shape (i.e. size) of dimension `dim`
include/pybind11/numpy.h:709
Methodshared_gil
include/pybind11/pybind11.h:1455
Methodshared_ptr<type> esft_downcast
include/pybind11/detail/holder_caster_foreign_helpers.h:20
Methodshared_ptr_parent_life_support
include/pybind11/detail/type_caster_base.h:808
Methodshared_ptr_trampoline_self_life_support
include/pybind11/detail/type_caster_base.h:820
Methodshared_ptr_with_addressof_operator
tests/test_smart_ptr.cpp:51
Methodshared_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
Methodshow_enum_members_docstring
include/pybind11/options.h:68
Methodshow_function_signatures
include/pybind11/options.h:66
Methodshow_user_defined_docstrings
include/pybind11/options.h:62
Methodsibling
include/pybind11/attr.h:60
Methodsig
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
Functionsimple_dtype
()
tests/test_numpy_dtypes.py:14
Methodsize
tests/test_sequences_and_iterators.cpp:340
Methodsize
tests/test_custom_type_setup.cpp:30
Methodsize
include/pybind11/numpy.h:717
Methodsize
include/pybind11/pytypes.h:1861
Methodsize
include/pybind11/pytypes.h:2180
Methodsize
include/pybind11/pytypes.h:2242
Methodsize
include/pybind11/pytypes.h:2270
Methodsize
include/pybind11/pytypes.h:2325
Methodsize
include/pybind11/detail/argument_vector.h:243
Methodsize
include/pybind11/detail/argument_vector.h:406
Methodslice
include/pybind11/pytypes.h:2003
Methodsmall_vector
include/pybind11/detail/argument_vector.h:130
Methodsmall_vector
include/pybind11/detail/argument_vector.h:225
Methodsmart_holder
Design choice: smart_holder is movable but not copyable.
include/pybind11/detail/struct_smart_holder.h:167
Methodstate_dict
Get the interpreter's state dict. This interpreter's GIL must be held before calling!
include/pybind11/subinterpreter.h:217
Methodstatic_func
tests/test_multiple_inheritance.cpp:41
Methodstatic_get
tests/test_methods_and_attributes.cpp:97
Methodstatic_set
tests/test_methods_and_attributes.cpp:98
Functionstd_default_delete_if_destructible
include/pybind11/detail/struct_smart_holder.h:112
Methodstderr
(self)
tests/conftest.py:145
Methodstr
include/pybind11/pytypes.h:1647
Methodstr_ref_helper
tests/test_virtual_functions.cpp:386
Methodstr_value
tests/test_virtual_functions.cpp:372
Methodstrdup_guard
include/pybind11/pybind11.h:655
Methodstride_compatible
include/pybind11/eigen/matrix.h:107
Methodstring type_info_description
include/pybind11/detail/type_caster_base.h:1713
Methodstring_op
include/pybind11/pytypes.h:1794
Methodsubinterpreter
empty/unusable, but move-assignable. use create() to create a subinterpreter.
include/pybind11/subinterpreter.h:50
Methodsubinterpreter_scoped_activate
include/pybind11/subinterpreter.h:34
Methodsubinterpreter_scoped_activate
include/pybind11/subinterpreter.h:247
Methodsync
include/pybind11/iostream.h:117
Functiontermination_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
MethodtestCaseEnded
tests/test_with_catch/catch.cpp:50
MethodtestCaseStarting
tests/test_with_catch/catch.cpp:43
MethodtestRunEnded
tests/test_with_catch/catch.cpp:73
Functiontest_PC
()
tests/test_python_multiple_inheritance.py:16
Functiontest_PPCC
()
tests/test_python_multiple_inheritance.py:23
Functiontest_accepts_none
(msg)
tests/test_methods_and_attributes.py:427
Functiontest_accessor_moves
()
tests/test_pytypes.py:427
Functiontest_accessors
()
tests/test_pytypes.py:388
Functiontest_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
Functiontest_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
Functiontest_aligned
()
tests/test_class.py:454
Functiontest_alive_gc
(capture)
tests/test_call_policies.py:124
Functiontest_alive_gc_derived
(capture)
tests/test_call_policies.py:144
Functiontest_alive_gc_multi_derived
(capture)
tests/test_call_policies.py:167
Functiontest_all_basic_tests_completeness
()
tests/test_gil_scoped.py:153
Functiontest_all_type_info_multithreaded
()
tests/test_class.py:551
Functiontest_animal_cat_tiger
(clone_fn)
tests/test_class_sh_mi_thunks.py:100
Functiontest_arg_and_kwargs
()
tests/test_kwargs_and_defaults.py:118
Functiontest_arg_return_type_hints
(doc, backport_typehints)
tests/test_pytypes.py:1268
Functiontest_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
Functiontest_argument_conversions
(forcecast, contiguity, noconvert)
tests/test_numpy_array.py:591
Functiontest_array
std::array <-> list
tests/test_stl.py:41
Functiontest_array_array
()
tests/test_numpy_dtypes.py:307
Functiontest_array_attributes
()
tests/test_numpy_array.py:32
Functiontest_array_cast_sequence
()
tests/test_stl.py:451
Functiontest_array_collapse
()
tests/test_numpy_vectorize.py:300
Functiontest_array_constructors
()
tests/test_numpy_dtypes.py:281
Functiontest_array_create_and_resize
()
tests/test_numpy_array.py:516
Functiontest_array_ctors
tests/test_numpy_dtypes.cpp:191
Functiontest_array_failure
()
tests/test_numpy_array.py:467
Functiontest_array_no_default_ctor
()
tests/test_stl.py:58
Functiontest_array_object_type
(doc)
tests/test_numpy_array.py:344
Functiontest_array_resize
()
tests/test_numpy_array.py:488
Functiontest_array_unchecked_dyn_dims
()
tests/test_numpy_array.py:455
Functiontest_array_unchecked_fixed_dims
(msg)
tests/test_numpy_array.py:429
Functiontest_array_view
()
tests/test_numpy_array.py:522
Functiontest_array_view_invalid
()
tests/test_numpy_array.py:531
Functiontest_arraylike_signature
(m, doc)
tests/test_eigen_tensor.py:298
← previousnext →2,201–2,300 of 3,362, ranked by callers