예제 #1
0
 def on_formatButton_clicked(self):
     showHelp('http://diveintopython.org/native_data_types/' + \
      'formatting_strings.html', absolute=True)
예제 #2
0
파일: menu.py 프로젝트: jedmao/maya-scripts
	def on_visitWebsite_clicked(self, *args):
		'Visit jediscode.blogspot.com'
		showHelp('http://jediscode.blogspot.com', absolute=True)
예제 #3
0
	def on_formatButton_clicked(self):
		showHelp('http://diveintopython.org/native_data_types/' + \
			'formatting_strings.html', absolute=True)
예제 #4
0
 def on_visitWebsite_clicked(self, *args):
     'Visit jediscode.blogspot.com'
     showHelp('http://jediscode.blogspot.com', absolute=True)
예제 #5
0
	def on_helpButton_clicked(self):
		showHelp('http://docs.python.org/library/re.html',
			absolute=True)
예제 #6
0
 def on_helpButton_clicked(self):
     showHelp('http://docs.python.org/library/re.html', absolute=True)