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

Lines Matching full:raw_input

1772         """Read one line, using raw_input when available."""
1774 return raw_input(prompt)