示例#1
0
 def read(self, limit=-1):
     return _outputcapture.ReadStdin(limit)
示例#2
0
 def readline(self):
     return _outputcapture.ReadStdin()
 def read(self, len=-1):
     return _outputcapture.ReadStdin(len)