Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
pyproto in pyo3_macros - Rust
[go: Go Back, main page]

Attribute Macro pyo3_macros::pyproto[][src]

#[pyproto]
Expand description

A proc macro used to implement Python’s dunder methods.

This atribute is required on blocks implementing PyObjectProtocol, PyNumberProtocol, PyGCProtocol and PyIterProtocol.