MCPcopy Create free account
hub / github.com/PlayOnLinux/POL-POM-4 / release_notice

Method release_notice

python/setupwindow/POL_SetupFrame.py:790–794  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

788 self.NextButton.Enable(False)
789
790 def release_notice(self, event):
791 if self.NCheckBox.GetValue():
792 self.release_yes(event)
793 else:
794 self.release_no(event)
795
796 def release_login(self, event):
797 self.SendBash(

Callers

nothing calls this directly

Calls 2

release_yesMethod · 0.95
release_noMethod · 0.95

Tested by

no test coverage detected