Close
Blog
Sitemap
GitHub
Python
More Link
Python 學習筆記
Blog
Link
GitHub

Python Signal

Feb 10, 2018

範例

Composite

  • demo-basic

Python Documentation

  • https://docs.python.org/3/library/signal.html
  • https://docs.python.org/2/library/signal.html

Path

執行

$ ls /usr/lib/*/signal.py

顯示

/usr/lib/python3.5/signal.py

Manpage

執行

$ whatis signal

顯示

signal (7)           - overview of signals
signal (2)           - ANSI C signal handling
  • $ man 7 signal
  • $ man 2 signal
  • $ man 1 kill

Python 學習筆記

Python 探索紀錄

Python 學習筆記 Python PyQt5 Python Signal