mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
New class syntax.
This commit is contained in:
parent
decc4b99e1
commit
ce08448165
29 changed files with 81 additions and 81 deletions
|
@ -7,7 +7,7 @@
|
|||
from math import pi, sin, cos
|
||||
from Split import Split
|
||||
|
||||
class CSplit() = Split():
|
||||
class CSplit(Split):
|
||||
#
|
||||
def getminsize(self, (m, (width, height))):
|
||||
# Since things look best if the children are spaced evenly
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue