Lines Matching defs:input
1979 def __init__(self, input=None, output=None):
1980 self._input = input
1984 def input(self):
2026 # get deleted while cleaning input
2037 """Read one line, using input() when appropriate."""
2038 if self.input is sys.stdin:
2039 return input(prompt)
2043 return self.input.readline()
2484 <input type=text name=key size=15>
2485 <input type=submit value="Get">
2488 <input type=text name=key size=15>
2489 <input type=submit value="Search">
2694 cmd = input('server> ')