3b707c8511
The methods are not expected by CPython and are only explicitly callable. To get iteration support, PyIterProtocol should be implemented and to get support for `x in mapping`, PySequenceProtocol's __contains__ should be implemented. https://github.com/PyO3/pyo3/issues/611 |
||
---|---|---|
.. | ||
ui | ||
common.rs | ||
test_arithmetics.rs | ||
test_buffer_protocol.rs | ||
test_bytes.rs | ||
test_class_basics.rs | ||
test_class_new.rs | ||
test_compile_error.rs | ||
test_datetime.rs | ||
test_dict_iter.rs | ||
test_dunder.rs | ||
test_exceptions.rs | ||
test_gc.rs | ||
test_getter_setter.rs | ||
test_inheritance.rs | ||
test_mapping.rs | ||
test_methods.rs | ||
test_module.rs | ||
test_pyself.rs | ||
test_sequence.rs | ||
test_string.rs | ||
test_variable_arguments.rs | ||
test_various.rs |