Пример #1
0
 def execute(self):
     "Write button has been clicked."
     fileNames = polyfile.getFileOrGcodeDirectory(
         self.fileNameInput.value, self.fileNameInput.wasCancelled,
         ['_comment'])
     for fileName in fileNames:
         commentFile(fileName)
Пример #2
0
	def execute( self ):
		"Write button has been clicked."
		fileNames = polyfile.getFileOrGcodeDirectory( self.fileNameInput.value, self.fileNameInput.wasCancelled, [ '_comment' ] )
		for fileName in fileNames:
			statisticFile( fileName )
Пример #3
0
	def execute( self ):
		"Write button has been clicked."
		fileNames = polyfile.getFileOrGcodeDirectory( self.fileNameInput.value, self.fileNameInput.wasCancelled )
		for fileName in fileNames:
			beholdFile( fileName )