mirror of
https://github.com/python/cpython.git
synced 2025-07-19 01:05:26 +00:00
New class syntax.
This commit is contained in:
parent
decc4b99e1
commit
ce08448165
29 changed files with 81 additions and 81 deletions
|
@ -3,7 +3,7 @@
|
|||
import audio
|
||||
from Histogram import Histogram
|
||||
|
||||
class Soundogram() = Histogram():
|
||||
class Soundogram(Histogram):
|
||||
#
|
||||
def define(self, (win, chunk)):
|
||||
width, height = corner = win.getwinsize()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue