pyo3/tests
Martin Larralde 99fdafbb88 Allow setting the module name for a pyclass (#499)
* Add `MODULE` const value to `PyTypeInfo` trait

* Allow setting module name in `pyclass` macro arguments

* Add `$module` argument to `pyobject_native_type` macro in `pyo3::types`

* Set the right module for builtin types in `pyo3::types`

* Add `module` argument to example `word_count.WordCounter` class

* Add `module` argument of `pyclass` macro to guide

* Reformat code using `rustfmt`

* Add tests and entry in CHANGELOG.md for `module` argument in `pyclass`

* Make `$module` parameter in `pyobject_native_type` optional

* Make `pyobject_native_type` declare module as `Some("builtins")` by default
2019-06-03 12:18:44 +09:00
..
common.rs
test_arithmetics.rs
test_buffer_protocol.rs
test_class_basics.rs Enable setting the module name of a class 2019-05-08 23:39:22 +02:00
test_class_new.rs
test_datetime.rs
test_dict_iter.rs
test_dunder.rs
test_gc.rs Complete the PR 2019-05-25 23:19:07 +09:00
test_getter_setter.rs
test_inheritance.rs
test_methods.rs
test_module.rs Allow setting the module name for a pyclass (#499) 2019-06-03 12:18:44 +09:00
test_pyself.rs
test_sequence.rs
test_variable_arguments.rs
test_various.rs Complete the PR 2019-05-25 23:19:07 +09:00