pyo3/tests
konstin dbd74401eb Rename the `base` option in the `pyclass` macro to `extends`
"extends" is intuitive for people with java or ES6 experience, and it also aligns pyo3 with
wasm-bindgen (see https://github.com/rustwasm/rfcs/pull/2)
2018-07-15 12:08:20 +02:00
..
common.rs
test_arithmetics.rs Add `py` prefix to the proc macros and move them into the root module 2018-07-08 23:33:48 +02:00
test_buffer_protocol.rs Add `py` prefix to the proc macros and move them into the root module 2018-07-08 23:33:48 +02:00
test_class_basics.rs Add `py` prefix to the proc macros and move them into the root module 2018-07-08 23:33:48 +02:00
test_class_new.rs Add `py` prefix to the proc macros and move them into the root module 2018-07-08 23:33:48 +02:00
test_doc.rs
test_dunder.rs Add `py` prefix to the proc macros and move them into the root module 2018-07-08 23:33:48 +02:00
test_gc.rs Rename the `base` option in the `pyclass` macro to `extends` 2018-07-15 12:08:20 +02:00
test_getter_setter.rs Add `py` prefix to the proc macros and move them into the root module 2018-07-08 23:33:48 +02:00
test_inheritance.rs Rename the `base` option in the `pyclass` macro to `extends` 2018-07-15 12:08:20 +02:00
test_methods.rs Add `py` prefix to the proc macros and move them into the root module 2018-07-08 23:33:48 +02:00
test_module.rs #[pymodinit] now uses the function name as default module name 2018-07-10 00:13:02 +02:00
test_various.rs Add `py` prefix to the proc macros and move them into the root module 2018-07-08 23:33:48 +02:00