mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Add pystruct(skip)
This commit is contained in:
@@ -451,7 +451,9 @@ mod decl {
|
||||
tm_wday: PyObjectRef,
|
||||
tm_yday: PyObjectRef,
|
||||
tm_isdst: PyObjectRef,
|
||||
#[pystruct(skip)]
|
||||
tm_gmtoff: PyObjectRef,
|
||||
#[pystruct(skip)]
|
||||
tm_zone: PyObjectRef,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user