コード例 #1
0
ファイル: functions_pythonlab.py プロジェクト: fmach/agros2d
 def writeln(self, str):
     pythonlab.__stdout__(str + "\n")
コード例 #2
0
 def write(self, str):
     pythonlab.__stdout__(str)
コード例 #3
0
ファイル: functions_pythonlab.py プロジェクト: LeiDai/agros2d
 def writeln(self, str):
     pythonlab.__stdout__(str + "\n")