Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 97cbe51

Browse filesBrowse files
committed
Add pystruct(skip)
1 parent 512a2b2 commit 97cbe51
Copy full SHA for 97cbe51

File tree

1 file changed

+2
-0
lines changed
Filter options

1 file changed

+2
-0
lines changed

‎vm/src/stdlib/time.rs

Copy file name to clipboardExpand all lines: vm/src/stdlib/time.rs
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,9 @@ mod decl {
447447
tm_wday: PyObjectRef,
448448
tm_yday: PyObjectRef,
449449
tm_isdst: PyObjectRef,
450+
#[pystruct(skip)]
450451
tm_gmtoff: PyObjectRef,
452+
#[pystruct(skip)]
451453
tm_zone: PyObjectRef,
452454
}
453455

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.