MCPcopy Create free account

hub / github.com/pybind/pybind11 / functions

Functions3,362 in github.com/pybind/pybind11

Functiontest_recursive_map
()
tests/test_stl_binders.py:395
Functiontest_recursive_vector
()
tests/test_stl_binders.py:385
Functiontest_redeclaration_attr_with_type_hint
()
tests/test_pytypes.py:1246
Functiontest_redirect
(capfd)
tests/test_iostream.py:233
Functiontest_redirect_both
(capfd)
tests/test_iostream.py:271
Functiontest_redirect_err
(capfd)
tests/test_iostream.py:257
Functiontest_reentrant_implicit_conversion_failure
(msg)
tests/test_class.py:431
Functiontest_ref_qualified
Tests that explicit lvalue ref-qualified methods can be called just like their non ref-qualified counterparts.
tests/test_methods_and_attributes.py:661
Functiontest_ref_qualified_def_buffer
Test issue #2234 follow-up: def_buffer with ref-qualified member function pointers. Covers: - def_buffer(Return (Class::*)(Args...) &)
tests/test_buffers.py:426
Functiontest_ref_qualified_method_vectorization
Test issue #2234 follow-up: vectorize with lvalue-ref-qualified member pointers. Covers: - vectorize(Return (Class::*)(Args...) &) -
tests/test_numpy_vectorize.py:250
Functiontest_ref_qualified_noexcept_def_buffer
Test issue #2234 follow-up: def_buffer with noexcept ref-qualified member pointers. Covers: - def_buffer(Return (Class::*)(Args...) & noexc
tests/test_buffers.py:454
Functiontest_ref_qualified_overload_cast
Test issue #2234 follow-up: overload_cast with ref-qualified member pointers. Covers: - overload_cast_impl::operator()(Return (Class::*)(Ar
tests/test_methods_and_attributes.py:621
Functiontest_reference_internal
(m, member_name)
tests/test_eigen_tensor.py:67
Functiontest_reference_internal
()
tests/test_modules.py:29
Functiontest_reference_sensitive_optional
(doc)
tests/test_stl.py:230
Functiontest_reference_wrapper
std::reference_wrapper for builtin and user types
tests/test_builtin_casters.py:449
Functiontest_references_actually_refer
(m)
tests/test_eigen_tensor.py:196
Functiontest_register_dtype
()
tests/test_numpy_dtypes.py:443
Functiontest_register_duplicate_class
()
tests/test_class.py:511
Functiontest_reimport
()
tests/test_modules.py:74
Functiontest_release_acquire
()
tests/test_gil_scoped.py:111
Functiontest_release_and_shared_from_this
()
tests/test_class_sh_trampoline_shared_from_this.py:16
Functiontest_release_and_shared_from_this_leak
()
tests/test_class_sh_trampoline_shared_from_this.py:30
Functiontest_release_and_stash
()
tests/test_class_sh_trampoline_shared_from_this.py:39
Functiontest_release_and_stash_leak
()
tests/test_class_sh_trampoline_shared_from_this.py:82
Functiontest_release_and_stash_via_shared_from_this
()
tests/test_class_sh_trampoline_shared_from_this.py:98
Functiontest_release_and_stash_via_shared_from_this_leak
()
tests/test_class_sh_trampoline_shared_from_this.py:114
Functiontest_repr
()
tests/test_class.py:35
Functiontest_reshape_initializer_list
()
tests/test_numpy_array.py:537
Functiontest_reshape_tuple
()
tests/test_numpy_array.py:547
Functiontest_return_array_object_cpp_loop
(return_array, unwrap)
tests/test_numpy_array.py:730
Functiontest_return_color_fail
()
tests/test_native_enum.py:147
Functiontest_return_color_ptr
()
tests/test_native_enum.py:155
Functiontest_return_color_success
()
tests/test_native_enum.py:142
Functiontest_return_exception_void
()
tests/test_exceptions.py:436
Functiontest_return_list_pyobject_ptr_reference
()
tests/test_type_caster_pyobject_ptr.py:94
Functiontest_return_list_pyobject_ptr_take_ownership
()
tests/test_type_caster_pyobject_ptr.py:89
Functiontest_return_none
(capture)
tests/test_call_policies.py:194
Functiontest_return_pyobject_ptr
()
tests/test_type_caster_pyobject_ptr.py:30
Functiontest_return_set_of_unhashable
()
tests/test_operator_overloading.py:158
Functiontest_return_vector_bool_raw_ptr
()
tests/test_stl.py:463
Functiontest_round_trip
(m)
tests/test_eigen_tensor.py:212
Functiontest_round_trip_float
()
tests/test_numpy_array.py:645
Functiontest_round_trip_references_actually_refer
(m)
tests/test_eigen_tensor.py:260
Functiontest_roundtrip
(cls_name)
tests/test_pickling.py:52
Functiontest_roundtrip_simple_cpp_derived
()
tests/test_pickling.py:117
Functiontest_roundtrip_simple_py_derived
()
tests/test_pickling.py:106
Functiontest_roundtrip_with_dict
(cls_name)
tests/test_pickling.py:79
Functiontest_rtrn_mptr_drvd2_pass_cptr_bases
()
tests/test_class_sh_inheritance.py:34
Functiontest_rtrn_mptr_drvd2_up_casts_pass_cptr_drvd2
()
tests/test_class_sh_inheritance.py:42
Functiontest_rtrn_mptr_drvd_pass_cptr_base
()
tests/test_class_sh_inheritance.py:6
Functiontest_rtrn_mptr_drvd_up_cast_pass_cptr_drvd
()
tests/test_class_sh_inheritance.py:18
Functiontest_rtrn_obj_cast_shared_ptr
(holder_kind, rtrn_kind, expected_code)
tests/test_potentially_slicing_weak_ptr.py:85
Functiontest_rtrn_shmp_drvd_pass_shcp_base
()
tests/test_class_sh_inheritance.py:12
Functiontest_rtrn_shmp_drvd_up_cast_pass_shcp_drvd
()
tests/test_class_sh_inheritance.py:26
Functiontest_rtrn_unique_ptr_cref
()
tests/test_class_sh_basic.py:159
Functiontest_run_in_process_direct
Makes sure there is no GIL deadlock when using processes. This test is for completion, but it was never an issue.
tests/test_gil_scoped.py:289
Functiontest_run_in_process_multiple_threads_parallel
Makes sure there is no GIL deadlock when running in a thread multiple times in parallel. It runs in a separate process to be able to stop and ass
tests/test_gil_scoped.py:255
Functiontest_run_in_process_multiple_threads_sequential
Makes sure there is no GIL deadlock when running in a thread multiple times sequentially. It runs in a separate process to be able to stop and as
tests/test_gil_scoped.py:269
Functiontest_run_in_process_one_thread
Makes sure there is no GIL deadlock when running in a thread. It runs in a separate process to be able to stop and assert if it deadlocks.
tests/test_gil_scoped.py:240
Functiontest_rvalue_ref_param
()
tests/test_methods_and_attributes.py:701
Functiontest_rvalue_ref_qualified_methods
Test that rvalue-ref-qualified (&&/const&&) methods from an unregistered base bind correctly with `self` resolved to the derived type. take()
tests/test_methods_and_attributes.py:565
Functiontest_same_twice
()
tests/test_class_sh_disowning.py:16
Functiontest_scalar_conversion
()
tests/test_numpy_dtypes.py:374
Functiontest_scoped_critical_section
()
tests/test_scoped_critical_section.py:16
Functiontest_scoped_critical_section2
()
tests/test_scoped_critical_section.py:22
Functiontest_scoped_critical_section2_same_object_no_deadlock
()
tests/test_scoped_critical_section.py:28
Functiontest_scoped_enum
()
tests/test_enum.py:133
Functiontest_second_nullptr
tests/test_scoped_critical_section.cpp:25
Functiontest_selective_readonly_buffer
()
tests/test_buffers.py:165
Functiontest_self_cycle
(gc_tester)
tests/test_custom_type_setup.py:40
Functiontest_self_only_pos_only
()
tests/test_methods_and_attributes.py:22
Functiontest_sequence
()
tests/test_sequences_and_iterators.py:120
Functiontest_sequence_caster_protocol
(doc)
tests/test_stl.py:596
Functiontest_sequence_doc
()
tests/test_sequences_and_iterators.py:204
Functiontest_sequence_length
#2076: Exception raised by len(arg) should be propagated
tests/test_sequences_and_iterators.py:184
Functiontest_series_captured
(capture)
tests/test_iostream.py:150
Functiontest_set
(capture, doc)
tests/test_pytypes.py:111
Functiontest_set
std::set <-> set
tests/test_stl.py:94
Functiontest_set_annotations
(doc)
tests/test_pytypes.py:958
Functiontest_set_caster_dict_keys_failure
()
tests/test_stl.py:516
Functiontest_set_caster_protocol
(doc)
tests/test_stl.py:692
Functiontest_shape_strides_span
()
tests/test_numpy_array.py:72
Functiontest_shared_from_this_virt_shared_ptr_arg
Issue #5989: static_pointer_cast fails with virtual inheritance.
tests/test_smart_ptr.py:254
Functiontest_shared_ptr_alias_nonpython
()
tests/test_class_sh_trampoline_shared_ptr_cpp_arg.py:73
Functiontest_shared_ptr_and_references
()
tests/test_smart_ptr.py:176
Functiontest_shared_ptr_arg_identity
()
tests/test_class_sh_trampoline_shared_ptr_cpp_arg.py:54
Functiontest_shared_ptr_cpp_arg
()
tests/test_class_sh_trampoline_shared_ptr_cpp_arg.py:10
Functiontest_shared_ptr_cpp_prop
()
tests/test_class_sh_trampoline_shared_ptr_cpp_arg.py:35
Functiontest_shared_ptr_from_this_and_references
()
tests/test_smart_ptr.py:208
Functiontest_shared_ptr_gc
#187: issue involving std::shared_ptr<> return value policy & garbage collection
tests/test_smart_ptr.py:334
Functiontest_shared_ptr_goaway
()
tests/test_class_sh_trampoline_shared_ptr_cpp_arg.py:116
Functiontest_shared_ptr_return_for_unique_ptr_holder
()
tests/test_class_sh_property.py:194
Functiontest_shp
(m_attr)
tests/test_class_sh_property.py:43
Functiontest_shptr_copy
()
tests/test_class_sh_shared_ptr_copy_move.py:6
Functiontest_shptr_move
()
tests/test_class_sh_shared_ptr_copy_move.py:16
Functiontest_signature
(doc)
tests/test_numpy_dtypes.py:367
Functiontest_signatures
()
tests/test_kwargs_and_defaults.py:395
Functiontest_simple_namespace
()
tests/test_pytypes.py:224
Functiontest_simple_setup_py
(monkeypatch, tmpdir, parallel, std)
tests/extra_setuptools/test_setuphelper.py:17
← previousnext →2,901–3,000 of 3,362, ranked by callers