MCPcopy Index your code
hub / github.com/pyload/pyload / save

Method save

module/gui/MainWindow.py:635–641  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

633
634 #TODO make more easy n1, n2, n3
635 def save(data):
636 if data["password"]:
637 self.accountEdit.close()
638 n1 = data["acctype"]
639 n2 = data["login"]
640 n3 = data["password"]
641 self.connector.updateAccount(n1, n2, n3, None)
642
643 self.accountEdit.connect(self.accountEdit, SIGNAL("done"), save)
644 self.accountEdit.show()

Callers 9

run_tesserMethod · 0.45
_prepare_imageMethod · 0.45
decryptMethod · 0.45
load_imageMethod · 0.45
recognizeMethod · 0.45
download_failedMethod · 0.45
download_failedMethod · 0.45
set_sessionFunction · 0.45
logsFunction · 0.45

Calls 2

closeMethod · 0.45
updateAccountMethod · 0.45

Tested by

no test coverage detected