Every line of 'how to go down a line in python' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your Python code is secure.
774 def _move_to_next_line(self) -> None: 775 if self._cursor < len(self._candidates): 776 self._cursor += 1