MCPcopy Create free account

hub / github.com/pybind/pybind11 / functions

Functions3,362 in github.com/pybind/pybind11

Functiontest_simple_string
()
tests/test_builtin_casters.py:12
Functiontest_single_char_arguments
Tests failures for passing invalid inputs to char-accepting functions
tests/test_builtin_casters.py:51
Functiontest_slice_constructors
()
tests/test_sequences_and_iterators.py:13
Functiontest_slice_constructors_explicit_optional
()
tests/test_sequences_and_iterators.py:19
Functiontest_sliceable
()
tests/test_sequences_and_iterators.py:107
Functiontest_smart_ptr
(capture)
tests/test_smart_ptr.py:12
Functiontest_smart_ptr_from_default
()
tests/test_smart_ptr.py:325
Functiontest_smart_ptr_refcounting
()
tests/test_smart_ptr.py:120
Functiontest_smhld_copy
()
tests/test_class_sh_shared_ptr_copy_move.py:11
Functiontest_smhld_move
()
tests/test_class_sh_shared_ptr_copy_move.py:21
Functiontest_sparse
()
tests/test_eigen_matrix.py:753
Functiontest_sparse_signature
(doc)
tests/test_eigen_matrix.py:763
Functiontest_special_matrix_objects
()
tests/test_eigen_matrix.py:685
Functiontest_static_cls
Static property getter and setters expect the type object as the their only argument
tests/test_methods_and_attributes.py:210
Functiontest_static_properties
()
tests/test_methods_and_attributes.py:143
Functiontest_std_exception
(msg)
tests/test_exceptions.py:14
Functiontest_std_make_shared_factory
()
tests/test_class_sh_trampoline_shared_from_this.py:224
Functiontest_std_make_shared_factory
(pass_through_func)
tests/test_class_sh_trampoline_shared_ptr_cpp_arg.py:146
Functiontest_stl_bind_global
()
tests/test_local_bindings.py:143
Functiontest_stl_bind_local
()
tests/test_local_bindings.py:109
Functiontest_stl_caster_vs_stl_bind
One module uses a generic vector caster from `<pybind11/stl.h>` while the other exports `std::vector<int>` via `py:bind_vector` and `py::module_lo
tests/test_local_bindings.py:217
Functiontest_stl_ownership
()
tests/test_stl.py:442
Functiontest_stl_pass_by_pointer
Passing nullptr or None to an STL container pointer is not expected to work
tests/test_stl.py:383
Functiontest_str
(doc)
tests/test_pytypes.py:232
Functiontest_str_issue
#283: __str__ called on uninitialized instance when constructor arguments invalid
tests/test_methods_and_attributes.py:500
Functiontest_str_leak
()
tests/test_numpy_dtypes.py:450
Functiontest_str_signature
()
tests/test_enum.py:275
Functiontest_string_array
()
tests/test_numpy_dtypes.py:291
Functiontest_string_list
()
tests/test_opaque_types.py:10
Functiontest_string_view
Tests support for C++17 string_view arguments and return values
tests/test_builtin_casters.py:148
Functiontest_surrogate_pairs_unicode_error
(func)
tests/test_pytypes.py:277
Functiontest_test_memoryview_from_buffer_invalid_strides
()
tests/test_pytypes.py:668
Functiontest_test_memoryview_from_buffer_nullptr
()
tests/test_pytypes.py:673
Functiontest_threading
()
tests/test_iostream.py:313
Functiontest_throw_nested_exception
()
tests/test_exceptions.py:261
Functiontest_to_pybuffer_contiguity
(type)
tests/test_buffers.py:345
Functiontest_to_python
()
tests/test_buffers.py:103
Functiontest_trampoline_with_pyobject_ptr_return
()
tests/test_type_caster_pyobject_ptr.py:112
Functiontest_traveler_getattr_actually_exists
()
tests/test_cpp_conduit.py:31
Functiontest_trivial_broadcasting
()
tests/test_numpy_vectorize.py:159
Functiontest_tuple
()
tests/test_pytypes.py:217
Functiontest_tuple
std::pair <-> tuple & std::tuple <-> tuple
tests/test_builtin_casters.py:387
Functiontest_tuple_empty_annotations
(doc)
tests/test_pytypes.py:931
Functiontest_tuple_nonempty_annotations
(doc)
tests/test_pytypes.py:924
Functiontest_tuple_ranges
(tested_tuple, expected)
tests/test_pytypes.py:1119
Functiontest_tuple_rvalue_getter
()
tests/test_pytypes.py:822
Functiontest_tuple_variable_length_annotations
(doc)
tests/test_pytypes.py:937
Functiontest_two_nullptrs
tests/test_scoped_critical_section.cpp:18
Functiontest_type
()
tests/test_class.py:88
Functiontest_type_annotation
(doc)
tests/test_pytypes.py:990
Functiontest_type_caster_enum_type_enabled_false
()
tests/test_native_enum.py:176
Functiontest_type_caster_name_via_incompatible_function_arguments_type_error
()
tests/test_type_caster_pyobject_ptr.py:104
Functiontest_type_guard_annotations
(doc, backport_typehints)
tests/test_pytypes.py:1021
Functiontest_type_is_annotations
(doc, backport_typehints)
tests/test_pytypes.py:1028
Functiontest_type_of_classic
()
tests/test_class.py:109
Functiontest_type_of_py
()
tests/test_class.py:103
Functiontest_type_of_py_nodelete
()
tests/test_class.py:115
Functiontest_type_selection
()
tests/test_numpy_vectorize.py:141
Functiontest_typevar
(doc)
tests/test_pytypes.py:1100
Functiontest_unhashable_exceptions
(arg, func)
tests/test_pytypes.py:208
Functiontest_unicode_conversion
Tests unicode conversion and error reporting.
tests/test_builtin_casters.py:16
Functiontest_union
()
tests/test_union.py:6
Functiontest_union_annotations
(doc)
tests/test_pytypes.py:997
Functiontest_union_object_annotations
(doc)
tests/test_pytypes.py:1008
Functiontest_union_typing_only
(doc)
tests/test_pytypes.py:1004
Functiontest_unions
()
tests/test_opaque_types.py:59
Functiontest_unique_deleter
()
tests/test_smart_ptr.py:149
Functiontest_unique_nodelete
()
tests/test_smart_ptr.py:125
Functiontest_unique_nodelete4a
()
tests/test_smart_ptr.py:137
Functiontest_unique_ptr_consumer_roundtrip
(pass_f, rtrn_f, moved_out, moved_in)
tests/test_class_sh_basic.py:189
Functiontest_unique_ptr_cref_roundtrip
()
tests/test_class_sh_basic.py:168
Functiontest_unique_ptr_field_proxy_poc
(m_attr)
tests/test_class_sh_property.py:139
Functiontest_unique_ptr_return_value_policy_automatic_reference
()
tests/test_class_sh_basic.py:231
Functiontest_unique_ptr_roundtrip
()
tests/test_class_sh_basic.py:138
Functiontest_unregister_native_enum_when_destroyed
()
tests/test_native_enum.py:324
Functiontest_unregistered_base_implementations
()
tests/test_methods_and_attributes.py:519
Functiontest_unscoped_enum
()
tests/test_enum.py:15
Functiontest_unusual_op_ref
()
tests/test_class_sh_basic.py:245
Functiontest_unusual_op_ref
()
tests/test_copy_move.py:141
Functiontest_uqp
(m_attr_readwrite)
tests/test_class_sh_property.py:88
Functiontest_user_like_map
()
tests/test_stl_binders.py:410
Functiontest_user_vector_like
()
tests/test_stl_binders.py:403
Functiontest_valarray
std::valarray <-> list
tests/test_stl.py:65
Functiontest_valu_getter
(m_attr)
tests/test_class_sh_property.py:16
Functiontest_valu_setter
()
tests/test_class_sh_property.py:31
Functiontest_variant
(doc)
tests/test_stl.py:342
Functiontest_variant_monostate
(doc)
tests/test_stl.py:362
Functiontest_vec_of_reference_wrapper
#171: Can't return reference wrappers (or STL structures containing them)
tests/test_stl.py:375
Functiontest_vector
std::vector <-> list
tests/test_stl.py:10
Functiontest_vector_bool
()
tests/test_stl_binders.py:129
Functiontest_vector_buffer
()
tests/test_stl_binders.py:71
Functiontest_vector_buffer_numpy
()
tests/test_stl_binders.py:90
Functiontest_vector_custom
()
tests/test_stl_binders.py:140
Functiontest_vector_int
()
tests/test_stl_binders.py:8
Functiontest_vectorize
(capture)
tests/test_numpy_vectorize.py:11
Functiontest_vectorize
()
tests/test_numpy_dtypes.py:394
Functiontest_vectorized_noreturn
()
tests/test_numpy_vectorize.py:311
Functiontest_version_matches
()
tests/extra_python_package/test_files.py:355
Functiontest_virtual_base_not_at_offset_0
()
tests/test_class_sh_mi_thunks.py:56
Functiontest_void_caster
()
tests/test_builtin_casters.py:444
← previousnext →3,001–3,100 of 3,362, ranked by callers