Home | History | Annotate | Download | only in python2.7

Lines Matching full:_input

1733         self._input = input
1736 input = property(lambda self: self._input or sys.stdin)