pyo3/tests
konstin d02f7c3aa5 Big proc macro refactoring
* Removed a lot of clutter, unified some code
 * Started using syn::parse::Parse for pyfunction attributes 
 * No more newlines between imports
 * Renamed `#[prop(get, set)]` to `#[pyo3(get, set)]`
 * `#[pyfunction]` now supports the same arguments as `#[pyfn()]`
 * Some macros now emit proper spanned errors instead of panics.
2019-02-18 20:07:56 +01:00
..
common.rs Replace deprecated methods 2018-12-15 14:15:43 +01:00
test_arithmetics.rs Replace py.init_[ref|mut] with Py[Ref|Mut]::new 2019-02-13 21:52:21 +01:00
test_buffer_protocol.rs Replace py.init_[ref|mut] with Py[Ref|Mut]::new 2019-02-13 21:52:21 +01:00
test_class_basics.rs Less feature(specialization) 2019-02-01 18:09:51 +01:00
test_class_new.rs Replace py.init_[ref|mut] with Py[Ref|Mut]::new 2019-02-13 21:52:21 +01:00
test_datetime.rs Migrate to rust 2018 2019-02-01 14:23:29 +01:00
test_dict_iter.rs Migrate to rust 2018 2019-02-01 14:23:29 +01:00
test_doc.rs Big proc macro refactoring 2019-02-18 20:07:56 +01:00
test_dunder.rs Big proc macro refactoring 2019-02-18 20:07:56 +01:00
test_gc.rs Replace py.init_[ref|mut] with Py[Ref|Mut]::new 2019-02-13 21:52:21 +01:00
test_getter_setter.rs Big proc macro refactoring 2019-02-18 20:07:56 +01:00
test_inheritance.rs Big proc macro refactoring 2019-02-18 20:07:56 +01:00
test_methods.rs Replace py.init_[ref|mut] with Py[Ref|Mut]::new 2019-02-13 21:52:21 +01:00
test_module.rs Less feature(specialization) 2019-02-01 18:09:51 +01:00
test_variable_arguments.rs Less feature(specialization) 2019-02-01 18:09:51 +01:00
test_various.rs Big proc macro refactoring 2019-02-18 20:07:56 +01:00