99fdafbb88
* 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 |
||
---|---|---|
.. | ||
common.rs | ||
test_arithmetics.rs | ||
test_buffer_protocol.rs | ||
test_class_basics.rs | ||
test_class_new.rs | ||
test_datetime.rs | ||
test_dict_iter.rs | ||
test_dunder.rs | ||
test_gc.rs | ||
test_getter_setter.rs | ||
test_inheritance.rs | ||
test_methods.rs | ||
test_module.rs | ||
test_pyself.rs | ||
test_sequence.rs | ||
test_variable_arguments.rs | ||
test_various.rs |