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

Method release_login

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

Source from the content-addressed store, hash-verified

794 self.release_no(event)
795
796 def release_login(self, event):
797 self.SendBash(
798 self.loginbox.GetValue() + "~" + self.passbox.GetValue())
799 self.NextButton.Enable(False)
800
801 def release_champ(self, event):
802 self.SendBash(self.champ.GetValue())

Callers

nothing calls this directly

Calls 1

SendBashMethod · 0.95

Tested by

no test coverage detected