Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/wjakob/nanobind
/ functions
Functions
1,594 in github.com/wjakob/nanobind
⨍
Functions
1,594
◇
Types & classes
580
↳
Endpoints
1
Function
test47b_state_warning_as_error
()
tests/test_classes.py:965
Function
test48_monekypatchable
()
tests/test_classes.py:989
Function
test48_size
()
tests/test_functions.py:728
Function
test48_std_variant_ret_var_none
()
tests/test_stl.py:530
Function
test48_test_matrix4f
()
tests/test_ndarray.py:1171
Function
test49_resize
()
tests/test_functions.py:733
Function
test49_static_property_override
()
tests/test_classes.py:1001
Function
test49_std_variant_unbound_type
()
tests/test_stl.py:537
Function
test49_test_matrix4f_ref
()
tests/test_ndarray.py:1183
Function
test49b_std_variant_nondefault
(clean)
tests/test_stl.py:549
Function
test50_call_policy
()
tests/test_functions.py:740
Function
test50_map_return_movable_value
()
tests/test_stl.py:559
Function
test50_test_matrix4f_copy
()
tests/test_ndarray.py:1197
Function
test50_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
Function
test51_constexpr_trampoline
()
tests/test_classes.py:1040
Function
test51_isinstance
()
tests/test_functions.py:827
Function
test51_map_return_copyable_value
()
tests/test_stl.py:568
Function
test51_return_from_stack
()
tests/test_ndarray.py:1213
Function
test52_accept_np_both_true_contig
()
tests/test_ndarray.py:1219
Function
test52_frozenset
()
tests/test_functions.py:834
Function
test52_map_movable_in_value
()
tests/test_stl.py:577
Function
test52_noncopyable
()
tests/test_classes.py:1048
Function
test53_fallback
()
tests/test_functions.py:844
Function
test53_issue_930
()
tests/test_ndarray.py:1228
Function
test53_map_copyable_in_value
()
tests/test_stl.py:584
Function
test53_never_destruct
()
tests/test_classes.py:1051
Function
test54_dict_default
()
tests/test_functions.py:853
Function
test54_dict_getitem
()
tests/test_functions.py:862
Function
test54_docs_example
()
tests/test_ndarray.py:1234
Function
test54_map_movable_in_lvalue_ref
()
tests/test_stl.py:593
Function
test54_pooled
(gc)
tests/test_classes.py:1070
Function
test55_empty_ndarray
()
tests/test_ndarray.py:1257
Function
test55_map_movable_in_rvalue_ref
()
tests/test_stl.py:602
Function
test55_pooled_churn
(gc)
tests/test_classes.py:1098
Function
test56_map_movable_in_ptr
()
tests/test_stl.py:611
Function
test56_pooled_bounded
(gc)
tests/test_classes.py:1124
Function
test57_map_return_readonly_value
()
tests/test_stl.py:618
Function
test58_array
()
tests/test_stl.py:627
Function
test59_map_movable_in_failure
()
tests/test_stl.py:637
Function
test59_pooled_threaded
(gc, n_threads=8)
tests/test_classes.py:1139
Function
test60_pooled_gc
()
tests/test_classes.py:1166
Function
test60_set_return_value
()
tests/test_stl.py:643
Function
test61_pooled_custom_traverse
()
tests/test_classes.py:1199
Function
test61_set_in_value
()
tests/test_stl.py:654
Function
test62_set_in_lvalue_ref
()
tests/test_stl.py:665
Function
test63_set_in_rvalue_ref
()
tests/test_stl.py:672
Function
test64_set_in_failure
()
tests/test_stl.py:679
Function
test64b_set_of_temporaries
()
tests/test_stl.py:685
Function
test65_class_with_movable_field
(clean)
tests/test_stl.py:693
Function
test66_replace_extension
()
tests/test_stl.py:715
Function
test67_vector_bool
()
tests/test_stl.py:742
Function
test68_complex_value
()
tests/test_stl.py:748
Function
test69_complex_array
()
tests/test_stl.py:857
Function
test70_vec_char
()
tests/test_stl.py:912
Function
test71_null_input
()
tests/test_stl.py:918
Function
test72_wstr
()
tests/test_stl.py:925
Function
test73_bad_input_to_set
()
tests/test_stl.py:928
Function
test74_variant_implicit_conversions
()
tests/test_stl.py:932
Function
test75_weird_nones
()
tests/test_stl.py:938
Function
test_0000
docs/cppyy.h:1
Function
test_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
Function
test_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
Function
test_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
Function
test_04_obj_item_inplace_mutation
Similar to test 01, but tests obj[h] (handle access) on the C++ side.
tests/test_accessor.py:33
Function
test_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
Function
test_31
tests/test_functions.cpp:88
Function
test_55_memoryview
()
tests/test_functions.py:871
Function
test_56_unusual_module_in_overload_error
()
tests/test_functions.py:879
Function
test_57_accessor_inplace_refleak
()
tests/test_functions.py:902
Function
test_callbacks
()
tests/test_callbacks.py:5
Function
test_chrono_different_resolutions
()
tests/test_chrono.py:205
Function
test_chrono_duration_roundtrip
()
tests/test_chrono.py:127
Function
test_chrono_duration_subtraction_equivalence
()
tests/test_chrono.py:147
Function
test_chrono_duration_subtraction_equivalence_date
()
tests/test_chrono.py:157
Function
test_chrono_invalid
(test_type, roundtrip_name)
tests/test_chrono.py:273
Function
test_chrono_misc
()
tests/test_chrono.py:228
Function
test_chrono_steady_clock
()
tests/test_chrono.py:167
Function
test_chrono_steady_clock_roundtrip
()
tests/test_chrono.py:172
Function
test_chrono_system_clock
()
tests/test_chrono.py:12
Function
test_chrono_system_clock_roundtrip
()
tests/test_chrono.py:33
Function
test_chrono_system_clock_roundtrip_date
()
tests/test_chrono.py:47
Function
test_chrono_system_clock_roundtrip_time
(time1, tz, monkeypatch)
tests/test_chrono.py:104
Function
test_default_scope
()
tests/test_eval.py:47
Function
test_eval_closure
()
tests/test_eval.py:19
Function
test_evals
(capsys)
tests/test_eval.py:8
Function
test_floating_point_duration
()
tests/test_chrono.py:185
Function
test_immutability
()
tests/test_specialization.py:91
Function
test_map_delitem
()
tests/test_stl_bind_map.py:215
Function
test_map_init_partial_cleanup
()
tests/test_stl_bind_map.py:237
Function
test_map_self_update
()
tests/test_stl_bind_map.py:201
Function
test_map_string_double
(capfd)
tests/test_stl_bind_map.py:9
Function
test_map_string_double_const
()
tests/test_stl_bind_map.py:121
Function
test_maps_with_noncopyable_values
()
tests/test_stl_bind_map.py:133
Function
test_method_call_specialization
()
tests/test_specialization.py:62
Function
test_nano_timepoint
()
tests/test_chrono.py:199
Function
test_read_globals
()
tests/test_eval.py:37
Function
test_static_attribute_specialization
()
tests/test_specialization.py:36
Function
test_uint32_complex_do_not_convert
(variant)
tests/test_ndarray.py:966
Function
test_write_globals
()
tests/test_eval.py:41
Method
ticket
include/nanobind/trampoline.h:42
← previous
next →
1,401–1,500 of 1,594, ranked by callers