MCPcopy Create free account

hub / github.com/wjakob/nanobind / functions

Functions1,594 in github.com/wjakob/nanobind

Functiontest47b_state_warning_as_error
()
tests/test_classes.py:965
Functiontest48_monekypatchable
()
tests/test_classes.py:989
Functiontest48_size
()
tests/test_functions.py:728
Functiontest48_std_variant_ret_var_none
()
tests/test_stl.py:530
Functiontest48_test_matrix4f
()
tests/test_ndarray.py:1171
Functiontest49_resize
()
tests/test_functions.py:733
Functiontest49_static_property_override
()
tests/test_classes.py:1001
Functiontest49_std_variant_unbound_type
()
tests/test_stl.py:537
Functiontest49_test_matrix4f_ref
()
tests/test_ndarray.py:1183
Functiontest49b_std_variant_nondefault
(clean)
tests/test_stl.py:549
Functiontest50_call_policy
()
tests/test_functions.py:740
Functiontest50_map_return_movable_value
()
tests/test_stl.py:559
Functiontest50_test_matrix4f_copy
()
tests/test_ndarray.py:1197
Functiontest50_weakref_with_slots_subclass
Test that Python subclasses work correctly with nb::is_weak_referenceable() base classes. The nb::is_weak_referenceable() flag causes nanobin
tests/test_classes.py:1005
Functiontest51_constexpr_trampoline
()
tests/test_classes.py:1040
Functiontest51_isinstance
()
tests/test_functions.py:827
Functiontest51_map_return_copyable_value
()
tests/test_stl.py:568
Functiontest51_return_from_stack
()
tests/test_ndarray.py:1213
Functiontest52_accept_np_both_true_contig
()
tests/test_ndarray.py:1219
Functiontest52_frozenset
()
tests/test_functions.py:834
Functiontest52_map_movable_in_value
()
tests/test_stl.py:577
Functiontest52_noncopyable
()
tests/test_classes.py:1048
Functiontest53_fallback
()
tests/test_functions.py:844
Functiontest53_issue_930
()
tests/test_ndarray.py:1228
Functiontest53_map_copyable_in_value
()
tests/test_stl.py:584
Functiontest53_never_destruct
()
tests/test_classes.py:1051
Functiontest54_dict_default
()
tests/test_functions.py:853
Functiontest54_dict_getitem
()
tests/test_functions.py:862
Functiontest54_docs_example
()
tests/test_ndarray.py:1234
Functiontest54_map_movable_in_lvalue_ref
()
tests/test_stl.py:593
Functiontest54_pooled
(gc)
tests/test_classes.py:1070
Functiontest55_empty_ndarray
()
tests/test_ndarray.py:1257
Functiontest55_map_movable_in_rvalue_ref
()
tests/test_stl.py:602
Functiontest55_pooled_churn
(gc)
tests/test_classes.py:1098
Functiontest56_map_movable_in_ptr
()
tests/test_stl.py:611
Functiontest56_pooled_bounded
(gc)
tests/test_classes.py:1124
Functiontest57_map_return_readonly_value
()
tests/test_stl.py:618
Functiontest58_array
()
tests/test_stl.py:627
Functiontest59_map_movable_in_failure
()
tests/test_stl.py:637
Functiontest59_pooled_threaded
(gc, n_threads=8)
tests/test_classes.py:1139
Functiontest60_pooled_gc
()
tests/test_classes.py:1166
Functiontest60_set_return_value
()
tests/test_stl.py:643
Functiontest61_pooled_custom_traverse
()
tests/test_classes.py:1199
Functiontest61_set_in_value
()
tests/test_stl.py:654
Functiontest62_set_in_lvalue_ref
()
tests/test_stl.py:665
Functiontest63_set_in_rvalue_ref
()
tests/test_stl.py:672
Functiontest64_set_in_failure
()
tests/test_stl.py:679
Functiontest64b_set_of_temporaries
()
tests/test_stl.py:685
Functiontest65_class_with_movable_field
(clean)
tests/test_stl.py:693
Functiontest66_replace_extension
()
tests/test_stl.py:715
Functiontest67_vector_bool
()
tests/test_stl.py:742
Functiontest68_complex_value
()
tests/test_stl.py:748
Functiontest69_complex_array
()
tests/test_stl.py:857
Functiontest70_vec_char
()
tests/test_stl.py:912
Functiontest71_null_input
()
tests/test_stl.py:918
Functiontest72_wstr
()
tests/test_stl.py:925
Functiontest73_bad_input_to_set
()
tests/test_stl.py:928
Functiontest74_variant_implicit_conversions
()
tests/test_stl.py:932
Functiontest75_weird_nones
()
tests/test_stl.py:938
Functiontest_0000
docs/cppyy.h:1
Functiontest_01_str_attr_inplace_mutation
Tests that a C++ expression like obj.attr("foo") += ... can actually modify the object in-place.
tests/test_accessor.py:4
Functiontest_02_str_item_inplace_mutation
Similar to test 01, but tests obj["foo"] (keyed attribute access) on the C++ side.
tests/test_accessor.py:13
Functiontest_03_num_item_list_inplace_mutation
Similar to test 01, but tests l[n] (index access) on the C++ side, where l is an ``nb::list``.
tests/test_accessor.py:23
Functiontest_04_obj_item_inplace_mutation
Similar to test 01, but tests obj[h] (handle access) on the C++ side.
tests/test_accessor.py:33
Functiontest_05_obj_item_accessor_owns_key
An accessor created from a handle key (obj[h] on the C++ side) must keep a reference to that key alive for its own lifetime.
tests/test_accessor.py:44
Functiontest_31
tests/test_functions.cpp:88
Functiontest_55_memoryview
()
tests/test_functions.py:871
Functiontest_56_unusual_module_in_overload_error
()
tests/test_functions.py:879
Functiontest_57_accessor_inplace_refleak
()
tests/test_functions.py:902
Functiontest_callbacks
()
tests/test_callbacks.py:5
Functiontest_chrono_different_resolutions
()
tests/test_chrono.py:205
Functiontest_chrono_duration_roundtrip
()
tests/test_chrono.py:127
Functiontest_chrono_duration_subtraction_equivalence
()
tests/test_chrono.py:147
Functiontest_chrono_duration_subtraction_equivalence_date
()
tests/test_chrono.py:157
Functiontest_chrono_invalid
(test_type, roundtrip_name)
tests/test_chrono.py:273
Functiontest_chrono_misc
()
tests/test_chrono.py:228
Functiontest_chrono_steady_clock
()
tests/test_chrono.py:167
Functiontest_chrono_steady_clock_roundtrip
()
tests/test_chrono.py:172
Functiontest_chrono_system_clock
()
tests/test_chrono.py:12
Functiontest_chrono_system_clock_roundtrip
()
tests/test_chrono.py:33
Functiontest_chrono_system_clock_roundtrip_date
()
tests/test_chrono.py:47
Functiontest_chrono_system_clock_roundtrip_time
(time1, tz, monkeypatch)
tests/test_chrono.py:104
Functiontest_default_scope
()
tests/test_eval.py:47
Functiontest_eval_closure
()
tests/test_eval.py:19
Functiontest_evals
(capsys)
tests/test_eval.py:8
Functiontest_floating_point_duration
()
tests/test_chrono.py:185
Functiontest_immutability
()
tests/test_specialization.py:91
Functiontest_map_delitem
()
tests/test_stl_bind_map.py:215
Functiontest_map_init_partial_cleanup
()
tests/test_stl_bind_map.py:237
Functiontest_map_self_update
()
tests/test_stl_bind_map.py:201
Functiontest_map_string_double
(capfd)
tests/test_stl_bind_map.py:9
Functiontest_map_string_double_const
()
tests/test_stl_bind_map.py:121
Functiontest_maps_with_noncopyable_values
()
tests/test_stl_bind_map.py:133
Functiontest_method_call_specialization
()
tests/test_specialization.py:62
Functiontest_nano_timepoint
()
tests/test_chrono.py:199
Functiontest_read_globals
()
tests/test_eval.py:37
Functiontest_static_attribute_specialization
()
tests/test_specialization.py:36
Functiontest_uint32_complex_do_not_convert
(variant)
tests/test_ndarray.py:966
Functiontest_write_globals
()
tests/test_eval.py:41
Methodticket
include/nanobind/trampoline.h:42
← previousnext →1,401–1,500 of 1,594, ranked by callers