pyo3/tests
Yuji Kanagawa 7fd35b2fb6
Merge pull request #937 from davidhewitt/doc-conversion-table
Add conversion table to guide
2020-05-21 16:18:46 +09:00
..
ui Simplify callback code using callback_body! macro 2020-05-05 00:27:50 +01:00
common.rs
test_arithmetics.rs Use PyMethodsImpl instead of *ProtocolImpl::methods 2020-05-11 20:08:21 +09:00
test_buffer_protocol.rs
test_bytes.rs Add conversion table to guide 2020-05-19 22:22:38 +01:00
test_class_attributes.rs Allow #[classattr] on associated constants 2020-05-08 22:30:49 +02:00
test_class_basics.rs
test_class_conversion.rs Remove ObjectProtocol; Add methods to PyAny and use Deref 2020-05-08 10:05:19 +01:00
test_class_new.rs
test_compile_error.rs Fix lifetime safety bug of AsPyRef::as_ref(). (#876) 2020-04-20 18:44:31 +01:00
test_datetime.rs Thread-safe release pools 2020-05-02 13:16:22 +01:00
test_dict_iter.rs
test_dunder.rs Use PyMethodsImpl instead of *ProtocolImpl::methods 2020-05-11 20:08:21 +09:00
test_exceptions.rs
test_gc.rs Remove ObjectProtocol; Add methods to PyAny and use Deref 2020-05-08 10:05:19 +01:00
test_getter_setter.rs
test_inheritance.rs
test_mapping.rs Use PyMethodsImpl instead of *ProtocolImpl::methods 2020-05-11 20:08:21 +09:00
test_methods.rs
test_module.rs
test_pyfunction.rs Fix passing explicit None to pyfunction with default 2020-05-17 19:19:33 +01:00
test_pyself.rs Modify existing PyIteratorProtocol tests to use PyRef where possible 2020-04-18 03:57:17 +02:00
test_sequence.rs
test_string.rs
test_text_signature.rs
test_variable_arguments.rs
test_various.rs