pyo3/tests
Sebastian Pütz 795c054511 Possible to pass PyModule as first arg.
This commit makes it possible to access the module of a function
by passing the `need_module` argument to the pyfn and pyfunction
macros.
2020-09-04 09:01:21 +02:00
..
ui Possible to pass PyModule as first arg. 2020-09-04 09:01:21 +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 Possible to pass PyModule as first arg. 2020-09-04 09:01:21 +02:00
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
test_gc.rs
test_getter_setter.rs
test_inheritance.rs
test_mapping.rs
test_methods.rs
test_module.rs Possible to pass PyModule as first arg. 2020-09-04 09:01:21 +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