Example #1
0
 def on_formatButton_clicked(self):
     showHelp('http://diveintopython.org/native_data_types/' + \
      'formatting_strings.html', absolute=True)
Example #2
0
	def on_visitWebsite_clicked(self, *args):
		'Visit jediscode.blogspot.com'
		showHelp('http://jediscode.blogspot.com', absolute=True)
Example #3
0
	def on_formatButton_clicked(self):
		showHelp('http://diveintopython.org/native_data_types/' + \
			'formatting_strings.html', absolute=True)
Example #4
0
 def on_visitWebsite_clicked(self, *args):
     'Visit jediscode.blogspot.com'
     showHelp('http://jediscode.blogspot.com', absolute=True)
Example #5
0
	def on_helpButton_clicked(self):
		showHelp('http://docs.python.org/library/re.html',
			absolute=True)
Example #6
0
 def on_helpButton_clicked(self):
     showHelp('http://docs.python.org/library/re.html', absolute=True)