mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
New class syntax.
This commit is contained in:
parent
decc4b99e1
commit
ce08448165
29 changed files with 81 additions and 81 deletions
|
@ -6,7 +6,7 @@ from StripChart import StripChart
|
|||
K = 1024
|
||||
Rates = [0, 32*K, 16*K, 8*K]
|
||||
|
||||
class VUMeter() = StripChart():
|
||||
class VUMeter(StripChart):
|
||||
#
|
||||
# Override define() and timer() methods
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue