mirror of
https://github.com/python/cpython.git
synced 2025-07-19 09:15:34 +00:00
New class syntax
This commit is contained in:
parent
9b4e1b36f9
commit
d404569b97
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
from stdwinevents import *
|
||||
|
||||
class TextEdit():
|
||||
class TextEdit:
|
||||
#
|
||||
def create(self, (parent, (cols, rows))):
|
||||
parent.addchild(self)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue