MCPcopy Create free account

hub / github.com/pybind/pybind11 / functions

Functions3,362 in github.com/pybind/pybind11

↓ 1 callersMethodget_f_e
tests/test_multiple_inheritance.cpp:300
↓ 1 callersMethodget_f_f
tests/test_multiple_inheritance.cpp:301
↓ 1 callersMethodget_g_g
(self)
tests/test_multiple_inheritance.py:487
↓ 1 callersFunctionget_include
Return the path to the pybind11 include directory. The historical "user" argument is unused, and may be removed.
pybind11/commands.py:8
↓ 1 callersFunctionget_noncopyable
tests/test_virtual_functions.cpp:139
↓ 1 callersFunctionget_override
include/pybind11/pybind11.h:3840
↓ 1 callersFunctionget_pkgconfig_dir
Return the path to the pybind11 pkgconfig directory.
pybind11/commands.py:30
↓ 1 callersFunctionget_raw_pointer_ephemeral
include/pybind11/conduit/pybind11_conduit_v1.h:81
↓ 1 callersFunctionget_sample_argument_vectors
tests/test_with_catch/test_argument_vector.cpp:30
↓ 1 callersMethodget_self
tests/test_class.cpp:424
↓ 1 callersMethodget_type_info
include/pybind11/numpy.h:148
↓ 1 callersMethodget_value
tests/test_pytypes.cpp:49
↓ 1 callersFunctiongil_not_used_option
include/pybind11/pybind11.h:1469
↓ 1 callersMethodh
tests/test_custom_type_casters.cpp:165
↓ 1 callersFunctionhas_flag
Return the flag if a flag name is supported on the specified compiler, otherwise None (can be used as a boolean). If multiple flags are p
pybind11/setup_helpers.py:229
↓ 1 callersMethodhave_holder
include/pybind11/detail/type_caster_base.h:633
↓ 1 callersMethodimplicit_cast
include/pybind11/cast.h:798
↓ 1 callersFunctionimport_or_getattr
include/pybind11/detail/native_enum_data.h:122
↓ 1 callersMethodincrement
Exercises cpp_function(Return (Class::*)(Args...) & noexcept, ...)
tests/test_methods_and_attributes.cpp:180
↓ 1 callersMethodincrement
include/pybind11/numpy.h:1893
↓ 1 callersMethodinit
include/pybind11/pytypes.h:1589
↓ 1 callersFunctioninitialize_inherited_virtuals
tests/test_virtual_functions.cpp:560
↓ 1 callersFunctioninitialize_interpreter_pre_pyconfig
include/pybind11/embed.h:108
↓ 1 callersFunctioninterleaved_error_already_set
tests/cross_module_interleaved_error_already_set.cpp:18
↓ 1 callersMethodinternal1
tests/test_methods_and_attributes.cpp:67
↓ 1 callersMethodinternal4
return by const reference
tests/test_methods_and_attributes.cpp:70
↓ 1 callersMethodinternal5
return by pointer
tests/test_methods_and_attributes.cpp:71
↓ 1 callersMethodis_base_used
returns true if the base virtual function is called
tests/test_class_sh_trampoline_shared_ptr_cpp_arg.cpp:16
↓ 1 callersMethodis_cpp_function
include/pybind11/pytypes.h:2367
↓ 1 callersFunctionis_function_record_PyObject
include/pybind11/detail/function_record_pyobject.h:106
↓ 1 callersFunctionis_instance_method_of_type
include/pybind11/detail/cpp_conduit.h:28
↓ 1 callersMethodis_redundant_value_and_holder
Band-aid workaround to fix a subtle but serious bug in a minimalistic fashion. See PR #4762.
include/pybind11/detail/type_caster_base.h:420
↓ 1 callersFunctionisinstance_generic
include/pybind11/detail/type_caster_base.h:526
↓ 1 callersFunctionlast
include/pybind11/detail/common.h:941
↓ 1 callersFunctionload
include/pybind11/stl.h:188
↓ 1 callersMethodload_args
include/pybind11/cast.h:2152
↓ 1 callersFunctionload_numpy_internals
include/pybind11/numpy.h:165
↓ 1 callersFunctionload_type
include/pybind11/cast.h:1664
↓ 1 callersFunctionlocaltime_thread_safe
include/pybind11/chrono.h:104
↓ 1 callersFunctionm_defs
tests/test_pytypes.cpp:114
↓ 1 callersFunctionmain
tests/test_with_catch/catch.cpp:142
↓ 1 callersFunctionmake_default_metaclass
This metaclass is assigned by default to all pybind11 types and is required in order for static properties to function correctly. Users may overri
include/pybind11/detail/class.h:260
↓ 1 callersFunctionmake_new_python_type
Create a brand new Python type according to the `type_record` specification. Return value: New reference. */
include/pybind11/detail/class.h:742
↓ 1 callersFunctionmake_object_base_type
include/pybind11/detail/class.h:531
↓ 1 callersFunctionmake_scalar
include/pybind11/numpy.h:832
↓ 1 callersFunctionmake_static_property_type
A `static_property` is the same as a `property` but the `__get__()` and `__set__()` methods are modified to always use the object type instead of
include/pybind11/detail/class.h:66
↓ 1 callersMethodmethod
tests/test_methods_and_attributes.cpp:224
↓ 1 callersMethodmethod_const_noexcept
Exercises vectorize(Return (Class::*)(Args...) const noexcept)
tests/test_numpy_vectorize.cpp:90
↓ 1 callersMethodmethod_noexcept
Exercises vectorize(Return (Class::*)(Args...) noexcept) NOLINTNEXTLINE(readability-make-member-function-const)
tests/test_numpy_vectorize.cpp:88
↓ 1 callersFunctionmix64
include/pybind11/detail/internals.h:981
↓ 1 callersMethodmove_created
tests/constructor_stats.h:93
↓ 1 callersFunctionmulti_interp_slot
include/pybind11/pybind11.h:1482
↓ 1 callersFunctionmy_func
tests/test_numpy_vectorize.cpp:17
↓ 1 callersMethodname
tests/test_smart_ptr.cpp:261
↓ 1 callersMethodname
tests/test_smart_ptr.cpp:268
↓ 1 callersMethodnew_instance
tests/test_class.cpp:88
↓ 1 callersMethodnormalized_num
Type number of dtype, normalized to match the return value of `num_of` for equivalent types. This function can be used to write switch statements that
include/pybind11/numpy.h:940
↓ 1 callersMethodnum
Type number of dtype. Note that different values may be returned for equivalent types, e.g. even though ``long`` may be equivalent to ``int`` or ``lon
include/pybind11/numpy.h:930
↓ 1 callersFunctionnum_registered_instances
Returns the number of registered instances for testing purposes. The result may not be consistent if other threads are registering or unregistering i
include/pybind11/detail/internals.h:1016
↓ 1 callersFunctionobject_is_convertible_to_std_map
include/pybind11/stl.h:110
↓ 1 callersFunctionobject_is_convertible_to_std_set
include/pybind11/stl.h:102
↓ 1 callersMethodoperator=
include/pybind11/cast.h:2056
↓ 1 callersFunctionpass_std_vector_int
tests/test_stl.cpp:172
↓ 1 callersMethodping
tests/test_class_sh_mi_thunks.cpp:44
↓ 1 callersFunctionplus_impl
include/pybind11/detail/descr.h:45
↓ 1 callersMethodpointee
tests/test_class_sh_unique_ptr_member.cpp:10
↓ 1 callersMethodpotentially_slicing_weak_ptr
include/pybind11/cast.h:1002
↓ 1 callersFunctionpreserve_file
Causes a file to be stored and preserved when the context manager exits.
noxfile.py:118
↓ 1 callersFunctionpreserve_file
(filename: Path)
tests/extra_python_package/test_files.py:149
↓ 1 callersFunctionprint_includes
()
pybind11/__main__.py:36
↓ 1 callersFunctionprint_values
tests/constructor_stats.h:327
↓ 1 callersMethodptr_owner
tests/test_class_sh_unique_ptr_member.cpp:26
↓ 1 callersMethodpure_virtual
(self)
tests/test_virtual_functions.py:30
↓ 1 callersMethodpure_virtual_func
(self)
tests/test_gil_scoped.py:27
↓ 1 callersMethodpurr
tests/test_tagbased_polymorphic.cpp:64
↓ 1 callersMethodpush_back_null
Add a null pointer (for PY_VECTORCALL_ARGUMENTS_OFFSET slot)
include/pybind11/detail/argument_vector.h:402
↓ 1 callersMethodpush_back_steal
Add a pointer, taking ownership (no incref, will decref on destruction)
include/pybind11/detail/argument_vector.h:393
↓ 1 callersMethodrefQualified
tests/test_methods_and_attributes.cpp:291
↓ 1 callersMethodregister_dtype
include/pybind11/numpy.h:1769
↓ 1 callersFunctionregister_instance_impl
include/pybind11/detail/class.h:347
↓ 1 callersFunctionreplace_newlines_and_squash
include/pybind11/pybind11.h:69
↓ 1 callersFunctionrequire_vector_matches_sample
tests/test_with_catch/test_args_convert_vector.cpp:21
↓ 1 callersFunctionrequire_vector_matches_sample
tests/test_with_catch/test_argument_vector.cpp:38
↓ 1 callersMethodreset_base_value_from_drvd
tests/test_python_multiple_inheritance.cpp:23
↓ 1 callersMethodreset_drvd_value
tests/test_python_multiple_inheritance.cpp:20
↓ 1 callersFunctionrestore
Restores the currently-held Python error (which will clear the Python error indicator first if already set). NOTE: This member function will always re
include/pybind11/pytypes.h:772
↓ 1 callersMethodreturnChild
tests/test_call_policies.cpp:51
↓ 1 callersFunctionreturn_special
()
tests/test_type_caster_std_function_specializations.py:7
↓ 1 callersMethodreversed
tests/test_sequences_and_iterators.cpp:251
↓ 1 callersFunctionround_up_to_next_pow2
include/pybind11/detail/internals.h:282
↓ 1 callersMethodrow_factor
tests/test_buffers.cpp:251
↓ 1 callersFunctionrun
(args: list[str])
tools/codespell_ignore_lines_from_errors.py:17
↓ 1 callersFunctionrun
tests/test_virtual_functions.cpp:54
↓ 1 callersMethodrun
tests/test_virtual_functions.cpp:28
↓ 1 callersMethodrun_bool
(self)
tests/test_virtual_functions.py:23
↓ 1 callersMethodself1
tests/test_methods_and_attributes.cpp:61
↓ 1 callersMethodself4
return by const reference
tests/test_methods_and_attributes.cpp:64
↓ 1 callersMethodself5
return by pointer
tests/test_methods_and_attributes.cpp:65
↓ 1 callersMethodset
include/pybind11/pytypes.h:2340
↓ 1 callersMethodset
include/pybind11/detail/argument_vector.h:291
← previousnext →701–800 of 3,362, ranked by callers