File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ The table below contains the Python type and the corresponding function argument
3737| ` datetime.timedelta ` | ` Duration ` , ` chrono::Duration ` [ ^ 5 ] | ` PyDelta ` |
3838| ` decimal.Decimal ` | ` rust_decimal::Decimal ` [ ^ 7 ] | - |
3939| ` decimal.Decimal ` | ` bigdecimal::BigDecimal ` [ ^ 9 ] | - |
40- | ` ipaddress.IPv4Address ` | ` std::net::IpAddr ` , ` std::net::IpV4Addr ` | - |
41- | ` ipaddress.IPv6Address ` | ` std::net::IpAddr ` , ` std::net::IpV6Addr ` | - |
40+ | ` ipaddress.IPv4Address ` | ` std::net::IpAddr ` , ` std::net::Ipv4Addr ` | - |
41+ | ` ipaddress.IPv6Address ` | ` std::net::IpAddr ` , ` std::net::Ipv6Addr ` | - |
4242| ` os.PathLike ` | ` PathBuf ` , ` Path ` | ` PyString ` |
4343| ` pathlib.Path ` | ` PathBuf ` , ` Path ` | ` PyString ` |
4444| ` typing.Optional[T] ` | ` Option<T> ` | - |
You can’t perform that action at this time.
0 commit comments