exception KeyboardInterrupt

KeyboardInterrupt

Raised when the user hits the interrupt key (normally Control-C or Delete). During execution, a check for interrupts is made regularly. The exception inherits from BaseException so as to not be accidentally caught by code that catches Exception and thus prevent the interpreter from exiting.

Ultima modifica di Daniele aka Palmux il 2018-05-21 10:00:36 - [ Modifiche della pagina ] [ Storico wiki ]