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

Method release_champ

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

Source from the content-addressed store, hash-verified

799 self.NextButton.Enable(False)
800
801 def release_champ(self, event):
802 self.SendBash(self.champ.GetValue())
803 self.NextButton.Enable(False)
804
805 def release_bigchamp(self, event):
806 self.SendBashT(self.bigchamp.GetValue().replace("\n", "\\n"))

Callers

nothing calls this directly

Calls 1

SendBashMethod · 0.95

Tested by

no test coverage detected