mirror of
https://github.com/python/cpython.git
synced 2025-07-19 17:25:54 +00:00
New class syntax.
This commit is contained in:
parent
decc4b99e1
commit
ce08448165
29 changed files with 81 additions and 81 deletions
|
@ -12,7 +12,7 @@ from TransParent import ManageOneChild
|
|||
|
||||
Error = 'WindowParent.Error' # Exception
|
||||
|
||||
class WindowParent() = ManageOneChild():
|
||||
class WindowParent(ManageOneChild):
|
||||
#
|
||||
def create(self, (title, size)):
|
||||
self.title = title
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue