MCPcopy Create free account
hub / github.com/MCSLTeam/MCSL2 / __init__

Method __init__

MCSL2Lib/Pages/schedulerPage.py:62–66  ·  view source on GitHub ↗
(self, parent=None, current_cron: str = "")

Source from the content-addressed store, hash-verified

60 """Cron表达式生成器对话框"""
61
62 def __init__(self, parent=None, current_cron: str = ""):
63 super().__init__("Cron表达式生成器", "", parent)
64 self.current_cron = current_cron
65 self.generated_cron = ""
66 self.setupUI()
67
68 def setupUI(self):
69 self.textLayout.setSpacing(12)

Callers

nothing calls this directly

Calls 2

setupUIMethod · 0.95
__init__Method · 0.45

Tested by

no test coverage detected