コード例 #1
0
	def __init__(self, parent,captcha_ans):
		#Sets up the window.
		self.gamble=randint(0,1)		
		self.captcha_ans=captcha_ans
		EasyDialog.__init__(self, parent, "Captcha")
コード例 #2
0
 def __init__(self, parent):
     """Sets up the window."""
     EasyDialog.__init__(self, parent, "Sphere calculations")
コード例 #3
0
ファイル: bookproj.py プロジェクト: DalThePal/CS-1410
 def __init__(self, parent, title):
     EasyDialog.__init__(self, parent, title)
コード例 #4
0
ファイル: paneldemo4.py プロジェクト: Tfou57/robomow
 def __init__(self, parent):
     """Sets up the window."""
     EasyDialog.__init__(self, parent, "Sphere calculations")