MCPcopy Create free account

hub / github.com/pybind/pybind11 / functions

Functions3,362 in github.com/pybind/pybind11

Functiontest_import_in_subinterpreter_concurrently
Tests that importing a module in multiple subinterpreters concurrently works correctly
tests/test_multiple_interpreters.py:417
Functiontest_import_module_with_singleton_per_interpreter
Tests that a singleton storing Python objects works correctly per-interpreter
tests/test_multiple_interpreters.py:263
Functiontest_importing
()
tests/test_modules.py:66
Functiontest_independent_subinterpreters
Makes sure the internals object differs across independent subinterpreters
tests/test_multiple_interpreters.py:89
Functiontest_independent_subinterpreters_modern
Makes sure the internals object differs across independent subinterpreters. Modern (3.14+) syntax.
tests/test_multiple_interpreters.py:140
Functiontest_index_offset
(arr, args, ret)
tests/test_numpy_array.py:113
Functiontest_index_using_ellipsis
()
tests/test_numpy_array.py:562
Functiontest_indirect_cycle
(gc_tester)
tests/test_custom_type_setup.py:48
Functiontest_infinite
()
tests/test_class_sh_trampoline_shared_ptr_cpp_arg.py:136
Functiontest_inheritance
(msg)
tests/test_class.py:197
Functiontest_inheritance_init
(msg)
tests/test_class.py:232
Functiontest_inherited_protocol
SquareMatrix is derived from Matrix and inherits the buffer protocol
tests/test_buffers.py:140
Functiontest_inherited_virtuals
()
tests/test_virtual_functions.py:316
Functiontest_init_factory_alias
Tests py::init_factory() wrapper with value conversions and alias types
tests/test_factory_constructors.py:157
Functiontest_init_factory_basic
Tests py::init_factory() wrapper around various ways of returning the object
tests/test_factory_constructors.py:14
Functiontest_init_factory_casting
Tests py::init_factory() wrapper with various upcasting and downcasting returns
tests/test_factory_constructors.py:108
Functiontest_init_factory_dual
Tests init factory functions with dual main/alias factory functions
tests/test_factory_constructors.py:228
Functiontest_init_factory_signature
(msg)
tests/test_factory_constructors.py:74
Methodtest_initializer
tests/pybind11_tests.cpp:35
Functiontest_initializer_list
()
tests/test_numpy_array.py:481
Functiontest_inplace_and
(a, b)
tests/test_pytypes.py:907
Functiontest_inplace_append
(a, b)
tests/test_pytypes.py:853
Functiontest_inplace_divide
(a, b)
tests/test_pytypes.py:873
Functiontest_inplace_lshift
(a, b)
tests/test_pytypes.py:913
Functiontest_inplace_multiply
(a, b)
tests/test_pytypes.py:867
Functiontest_inplace_or
(a, b)
tests/test_pytypes.py:890
Functiontest_inplace_rshift
(a, b)
tests/test_pytypes.py:919
Functiontest_inplace_subtract
(a, b)
tests/test_pytypes.py:861
Functiontest_instance
(msg)
tests/test_class.py:40
Functiontest_instance_new
()
tests/test_class.py:66
Functiontest_int
(doc)
tests/test_pytypes.py:29
Functiontest_int_convert
(doc)
tests/test_builtin_casters.py:250
Functiontest_int_long
()
tests/test_builtin_casters.py:599
Functiontest_integer_casting
Issue #929 - out-of-range integer values shouldn't be accepted
tests/test_builtin_casters.py:227
Functiontest_internal_locals_differ
Makes sure the internal local type map differs across the two modules
tests/test_local_bindings.py:210
Functiontest_intree_extensions
(monkeypatch, tmpdir)
tests/extra_setuptools/test_setuphelper.py:113
Functiontest_intree_extensions_package_dir
(monkeypatch, tmpdir)
tests/extra_setuptools/test_setuphelper.py:133
Functiontest_invalid_repr
()
tests/test_exceptions.py:269
Functiontest_invalid_self
Tests invocation of the pybind-registered base class with an invalid `self` argument.
tests/test_factory_constructors.py:481
Functiontest_is_setter
()
tests/test_methods_and_attributes.py:709
Functiontest_isinstance
()
tests/test_numpy_array.py:323
Functiontest_isinstance
()
tests/test_class.py:280
Functiontest_isinstance_string_types
()
tests/test_pytypes.py:695
Functiontest_issue1105
Issue 1105: 1xN or Nx1 input arrays weren't accepted for eigen compile-time row vectors or column vector
tests/test_eigen_matrix.py:799
Functiontest_issue2361
()
tests/test_pytypes.py:617
Functiontest_issue738
Ignore strides on a length-1 dimension (even if they would be incompatible length > 1)
tests/test_eigen_matrix.py:779
Functiontest_issue_1454
()
tests/test_virtual_functions.py:446
Functiontest_issue_1561
check fix for issue #1561
tests/test_stl.py:455
Functiontest_iterable
(doc)
tests/test_pytypes.py:53
Functiontest_iterable_annotations
(doc)
tests/test_pytypes.py:962
Functiontest_iterator
(doc)
tests/test_pytypes.py:33
Functiontest_iterator_annotations
(doc)
tests/test_pytypes.py:969
Functiontest_iterator_doc_annotations
()
tests/test_sequences_and_iterators.py:66
Functiontest_iterator_passthrough
#181: iterator passthrough did not compile
tests/test_sequences_and_iterators.py:267
Functiontest_iterator_referencing
Test that iterators reference rather than copy their referents.
tests/test_sequences_and_iterators.py:83
Functiontest_iterator_rvp
#388: Can't make iterators via make_iterator() with different r/v policies
tests/test_sequences_and_iterators.py:273
Functiontest_keep_alive_argument
(capture)
tests/test_call_policies.py:12
Functiontest_keep_alive_constructor
(capture)
tests/test_call_policies.py:222
Functiontest_keep_alive_return_value
(capture)
tests/test_call_policies.py:65
Functiontest_keyword_args_and_generalized_unpacking
()
tests/test_callbacks.py:51
Functiontest_keyword_only_args
(msg)
tests/test_kwargs_and_defaults.py:252
Functiontest_lacking_copy_ctor
()
tests/test_copy_move.py:9
Functiontest_lacking_move_ctor
()
tests/test_copy_move.py:15
Functiontest_lambda_closure_cleanup
()
tests/test_callbacks.py:94
Functiontest_large_holder
()
tests/test_smart_ptr.py:166
Functiontest_list
(capture, doc)
tests/test_pytypes.py:73
Functiontest_list_annotations
(doc)
tests/test_pytypes.py:951
Functiontest_list_caster_fully_consumes_generator_object
()
tests/test_stl.py:492
Functiontest_list_ranges
(tested_list, expected)
tests/test_pytypes.py:1131
Functiontest_list_rvalue_getter
()
tests/test_pytypes.py:828
Functiontest_list_slicing
()
tests/test_pytypes.py:611
Functiontest_literal
(doc)
tests/test_pytypes.py:1056
Functiontest_load_external
Load a `py::module_local` type that's only registered in an external module
tests/test_local_bindings.py:11
Functiontest_load_with_mtxt
(pass_f, mtxt, expected)
tests/test_class_sh_basic.py:55
Functiontest_load_with_rtrn_f
(pass_f, rtrn_f, expected)
tests/test_class_sh_basic.py:66
Functiontest_local_bindings
Tests that duplicate `py::module_local` class bindings work across modules
tests/test_local_bindings.py:58
Functiontest_local_translator
Tests that a local translator works and that the local translator from the cross module is not applied
tests/test_exceptions.py:278
Functiontest_m_big5
()
tests/test_class_sh_trampoline_self_life_support.py:12
Functiontest_m_clone
()
tests/test_class_sh_trampoline_unique_ptr.py:16
Functiontest_m_clone_and_foo
()
tests/test_class_sh_trampoline_unique_ptr.py:26
Functiontest_make_c_f_array
()
tests/test_numpy_array.py:214
Functiontest_make_diamond_as_vbase
(make_fn)
tests/test_class_sh_mi_thunks.py:86
Functiontest_make_empty_shaped_array
()
tests/test_numpy_array.py:221
Functiontest_make_unique_pointee
()
tests/test_class_sh_unique_ptr_member.py:8
Functiontest_map
std::map <-> dict
tests/test_stl.py:79
Functiontest_map_caster_fully_consumes_generator_object
(items, expected_exception)
tests/test_stl.py:586
Functiontest_map_delitem
()
tests/test_stl_binders.py:294
Functiontest_map_iterator
()
tests/test_sequences_and_iterators.py:211
Functiontest_map_string_double
()
tests/test_stl_binders.py:152
Functiontest_map_string_double_const
()
tests/test_stl_binders.py:198
Functiontest_map_view_types
()
tests/test_stl_binders.py:335
Functiontest_mapping_caster_protocol
(doc)
tests/test_stl.py:645
Functiontest_member_doc
()
tests/test_native_enum.py:114
Functiontest_memoryview
(method, args, fmt, expected_view)
tests/test_pytypes.py:636
Functiontest_memoryview_from_buffer_empty_shape
()
tests/test_pytypes.py:661
Functiontest_memoryview_from_memory
()
tests/test_pytypes.py:678
Functiontest_memoryview_refcount
(method)
tests/test_pytypes.py:651
Functiontest_metaclass_override
Overriding pybind11's default metaclass changes the behavior of `static_property`
tests/test_methods_and_attributes.py:224
Functiontest_method_vectorization
()
tests/test_numpy_vectorize.py:243
Functiontest_methods_and_attributes
()
tests/test_methods_and_attributes.py:29
← previousnext →2,601–2,700 of 3,362, ranked by callers