How to break the following line of python
Posted
by FrederikNS
on Stack Overflow
See other posts from Stack Overflow
or by FrederikNS
Published on 2010-02-15T14:50:05Z
Indexed on
2010/03/30
14:03 UTC
Read the original article
Hit count: 241
Hello Stack Overflow,
I have come upon a couple of lines of code similar to this one, but I'm unsure how I should break it:
blueprint = Blueprint(self.blueprint_map[str(self.ui.blueprint_combo.currentText())], runs=self.ui.runs_spin.text(), me=self.ui.me_spin.text(), pe=self.ui.pe_skill_combo.currentIndex())
Thanks in advance
© Stack Overflow or respective owner