pyo3/tests
Sebastian Pütz 3214249010 Make python function wrapper creation fallible.
Wrapping a function can fail if we can't get the module name.

Based on suggestion by @kngwyu
2020-09-03 15:48:32 +02:00
..
ui More FromPyObject derive suggestions by @davidhewitt 2020-08-30 19:16:59 +02:00
common.rs
test_arithmetics.rs
test_buffer_protocol.rs
test_bytes.rs Make python function wrapper creation fallible. 2020-09-03 15:48:32 +02:00
test_class_attributes.rs
test_class_basics.rs
test_class_conversion.rs
test_class_new.rs
test_compile_error.rs
test_datetime.rs
test_dict_iter.rs
test_dunder.rs
test_exceptions.rs Make python function wrapper creation fallible. 2020-09-03 15:48:32 +02:00
test_frompyobject.rs More FromPyObject derive suggestions by @davidhewitt 2020-08-30 19:16:59 +02:00
test_gc.rs
test_getter_setter.rs
test_inheritance.rs
test_mapping.rs
test_methods.rs
test_module.rs Make python function wrapper creation fallible. 2020-09-03 15:48:32 +02:00
test_pyfunction.rs Make python function wrapper creation fallible. 2020-09-03 15:48:32 +02:00
test_pyself.rs
test_sequence.rs
test_string.rs Make python function wrapper creation fallible. 2020-09-03 15:48:32 +02:00
test_text_signature.rs Make python function wrapper creation fallible. 2020-09-03 15:48:32 +02:00
test_unsendable_dict.rs
test_variable_arguments.rs
test_various.rs Make python function wrapper creation fallible. 2020-09-03 15:48:32 +02:00