MCPcopy Create free account

hub / github.com/pybind/pybind11 / functions

Functions3,362 in github.com/pybind/pybind11

Functiontest_void_caster_2
()
tests/test_builtin_casters.py:605
Functiontest_warning_custom
()
tests/test_warnings.py:62
Functiontest_warning_double_register_fail
()
tests/test_warnings.py:41
Functiontest_warning_register
()
tests/test_warnings.py:52
Functiontest_warning_simple
( expected_category, expected_message, expected_value, module_function )
tests/test_warnings.py:19
Functiontest_warning_wrong_subclass_fail
()
tests/test_warnings.py:30
Functiontest_weakref
(create_weakref, create_weakref_with_callback)
tests/test_pytypes.py:737
Functiontest_weakref_err
(create_weakref, has_callback)
tests/test_pytypes.py:774
Functiontest_with_alias_invalid
(num_init_args, smart_ptr)
tests/test_class_sh_factory_constructors.py:42
Functiontest_with_alias_success
(init_args, expected)
tests/test_class_sh_factory_constructors.py:31
Functiontest_with_sp_owner
(holder_kind, expected_code)
tests/test_potentially_slicing_weak_ptr.py:102
Functiontest_with_wp_owner
(holder_kind, set_meth, expected_code)
tests/test_potentially_slicing_weak_ptr.py:131
Functiontest_wrap
()
tests/test_numpy_array.py:230
Functiontest_zero_length
Ignore strides on a length-0 dimension (even if they would be incompatible length > 1)
tests/test_eigen_matrix.py:794
Functiontests
Run the tests (requires a compiler).
noxfile.py:34
Functiontests_build_global_wheel
(monkeypatch, tmpdir)
tests/extra_python_package/test_files.py:297
Functiontests_build_wheel
(monkeypatch, tmpdir)
tests/extra_python_package/test_files.py:250
Functiontests_packaging
Run the packaging tests.
noxfile.py:55
Methodthe_answer
(self)
tests/test_with_catch/test_interpreter.py:12
Methodthe_message
tests/test_with_catch/test_interpreter.cpp:39
Functionthread_specific_storage
include/pybind11/detail/internals.h:84
Methodthrow_if_instance_is_currently_owned_by_shared_ptr
have_holder() must be true or this function will fail.
include/pybind11/detail/type_caster_base.h:656
Functionthrow_myex
()
tests/test_exceptions.py:209
Functionthrow_myex5
()
tests/test_exceptions.py:212
Functiontimes_hundred
tests/test_stl_binders.cpp:64
Functiontimes_ten
tests/test_stl_binders.cpp:55
MethodtoString
tests/test_operator_overloading.cpp:41
MethodtoString
tests/test_methods_and_attributes.cpp:34
MethodtoString
tests/test_modules.cpp:31
MethodtoString
tests/test_smart_ptr.cpp:104
MethodtoString
tests/test_smart_ptr.cpp:116
MethodtoString
tests/test_smart_ptr.cpp:287
MethodtoString
tests/test_smart_ptr.cpp:298
Functiontp_alloc_impl
include/pybind11/detail/function_record_pyobject.h:151
Functiontp_dealloc_impl
include/pybind11/pybind11.h:1413
Functiontp_free_impl
include/pybind11/detail/function_record_pyobject.h:161
Functiontp_init_impl
include/pybind11/detail/function_record_pyobject.h:156
Functiontp_new_impl
include/pybind11/detail/function_record_pyobject.h:146
Methodtrampoline_is_alive_simple
tests/test_potentially_slicing_weak_ptr.cpp:27
Methodtrampoline_self_life_support
include/pybind11/trampoline_self_life_support.h:25
Functiontranslate_local_exception
include/pybind11/detail/internals.h:567
Methodtry_direct_conversions
include/pybind11/cast.h:954
Methodtry_direct_conversions
include/pybind11/cast.h:1114
Methodtry_direct_conversions
include/pybind11/cast.h:1316
Methodtry_implicit_casts
include/pybind11/cast.h:936
Methodtry_implicit_casts
include/pybind11/cast.h:1090
Methodtry_implicit_casts
include/pybind11/cast.h:1298
Methodtry_initialization_using_shared_from_this
include/pybind11/pybind11.h:2775
Methodtry_load_foreign_module_local
Try to load with foreign typeinfo, if available. Used when there is no native typeinfo, or when the native one wasn't able to produce a value.
include/pybind11/detail/type_caster_base.h:1187
Methodtuple
Some compilers generate link errors when using `const SzType &` here:
include/pybind11/pytypes.h:2175
Methodtype_caster_base
include/pybind11/detail/type_caster_base.h:1629
Methodtype_caster_generic
include/pybind11/detail/type_caster_base.h:988
Functiontype_id
include/pybind11/detail/typeid.h:61
Methodtype_of_kind
tests/test_tagbased_polymorphic.cpp:88
Methodtypes
include/pybind11/detail/descr.h:39
Functionunchecked
include/pybind11/numpy.h:1489
Methodunchecked_reference
include/pybind11/numpy.h:658
Functionunique_ptr_roundtrip
tests/test_class_sh_basic.cpp:120
Methodunique_ptr_with_addressof_operator
tests/test_smart_ptr.cpp:65
Functionunique_with_deleter
include/pybind11/detail/type_caster_base.h:835
Functionunlucky_number
tests/test_virtual_functions.cpp:483
Methodunlucky_number
(self)
tests/test_virtual_functions.py:318
Methodunlucky_number
(self)
tests/test_virtual_functions.py:322
Methodunlucky_number
(self)
tests/test_virtual_functions.py:387
Methodunlucky_number
(self)
tests/test_virtual_functions.py:409
Methodunlucky_number
(self)
tests/test_virtual_functions.py:425
Methodunordered
(self)
tests/conftest.py:141
Functionunpacking_collector
include/pybind11/cast.h:2215
Functionuqp_del_is_std_default_delete
include/pybind11/detail/struct_smart_holder.h:144
Functionuse_count
tests/test_class_sh_trampoline_shared_from_this.cpp:77
Functionuse_multiprocessing_forkserver_on_linux
()
tests/conftest.py:34
Methodutf8_remainder
Computes how many bytes at the end of the buffer are part of an incomplete sequence of UTF-8 bytes. Precondition: pbase() < pptr()
include/pybind11/iostream.h:58
Methodv
(self)
tests/test_multiple_inheritance.py:95
Methodv
(self)
tests/test_multiple_inheritance.py:99
Methodv
(self)
tests/test_multiple_inheritance.py:103
Methodv
(self)
tests/test_class_sh_disowning_mi.py:116
Methodv
(self)
tests/test_class_sh_disowning_mi.py:121
Methodv
(self)
tests/test_class_sh_disowning_mi.py:126
Methodvalue
Exercises cpp_function(Return (Class::*)(Args...) const noexcept, ...)
tests/test_methods_and_attributes.cpp:176
Methodvalue
tests/test_local_bindings.cpp:28
Methodvalue
tests/test_smart_ptr.cpp:317
Methodvalue_and_holder
Main constructor for a found value/holder:
include/pybind11/detail/value_and_holder.h:23
Methodvalues_and_holders
include/pybind11/detail/type_caster_base.h:362
Functionvector_accessor
include/pybind11/stl_bind.h:316
Functionvector_buffer
include/pybind11/stl_bind.h:480
Functionvector_buffer_impl
include/pybind11/stl_bind.h:429
Functionvector_if_copy_constructible
include/pybind11/stl_bind.h:79
Functionvector_if_equal_operator
include/pybind11/stl_bind.h:81
Functionvector_if_insertion_operator
include/pybind11/stl_bind.h:83
Functionvector_modifiers
include/pybind11/stl_bind.h:85
Functionvector_to_array
include/pybind11/stl.h:381
Methodvectorize_helper
include/pybind11/numpy.h:2147
Methodview
include/pybind11/buffer_info.h:154
MethodviewPtr
tests/test_eigen_matrix.cpp:248
Methodvirtual_func
(self)
tests/test_gil_scoped.py:24
Methodweakref
include/pybind11/pytypes.h:1986
Methodwhat
tests/test_exceptions.cpp:38
Methodwhat
tests/test_exceptions.cpp:48
Methodwhat
tests/test_exceptions.cpp:65
Methodwhat
tests/test_exceptions.cpp:86
← previousnext →3,101–3,200 of 3,362, ranked by callers