VultureChecker/vulture.py

changeset 53
4eb2ec8fff7c
parent 44
9be43ed02aaa
equal deleted inserted replaced
52:39438ddba3e3 53:4eb2ec8fff7c
21 # 21 #
22 # 22 #
23 # Patched to support the Python 3.5 async functionality. 23 # Patched to support the Python 3.5 async functionality.
24 # Patched to support PyQt's @pyqtSlot decorator to consider slots as 24 # Patched to support PyQt's @pyqtSlot decorator to consider slots as
25 # always used. 25 # always used.
26 # Patches: Copyright (C) 2017 Detlev Offenbach <detlev@die-offenbachs.de> 26 # Patches: Copyright (C) 2018 Detlev Offenbach <detlev@die-offenbachs.de>
27 # 27 #
28 28
29 from __future__ import print_function 29 from __future__ import print_function
30 30
31 import ast 31 import ast

eric ide

mercurial