GitBook: [master] 105 pages and 326 assets modified

This commit is contained in:
Daniel Spindelbauer
2018-08-20 18:25:04 +00:00
committed by gitbook-bot
parent 7f83446ce9
commit 764a0073d6
414 changed files with 499 additions and 29723 deletions

View File

@@ -2,11 +2,11 @@
## Methods
#### sys.exit\(retval=0\)
### sys.exit\(retval=0\)
Terminate current program with a given exit code. Underlyingly, this function raise as `SystemExit` exception. If an argument is given, its value given as an argument to `SystemExit`.
#### sys.print\_exception\(exc, file=sys.stdout\)
### sys.print\_exception\(exc, file=sys.stdout\)
Print exception with a traceback to a file-like object file \(or `sys.stdout` by default\).