forked from softpano/pythonizer
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtm.py
More file actions
26 lines (23 loc) · 699 Bytes
/
Copy pathtm.py
File metadata and controls
26 lines (23 loc) · 699 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/usr/bin/env python3
# Generated by "pythonizer -aM ../Time/tm.pm" v1.026 run by SNOOPYJC on Sat Feb 11 12:45:45 2023
__author__ = """Joe Cool"""
__email__ = "snoopyjc@gmail.com"
__version__ = "1.026"
import builtins, perllib
from Class.Struct import struct_
builtins.__PACKAGE__ = "Time.tm"
Class.Struct.import_("Class.Struct", *"struct".split())
perllib.init_package("Time.tm")
_d = ""
builtins.__PACKAGE__ = "Time.tm"
# SKIPPED: use strict;
Time.tm.VERSION_v = "1.00"
struct_(
"Time::tm",
perllib.flatten(
map(
lambda _d: [_d, "$"],
perllib.make_list("sec min hour mday mon year wday yday isdst".split()),
)
),
)