mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
New class syntax
This commit is contained in:
parent
eb6b33a837
commit
66338ec1b7
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ def instantiate_converter(args):
|
|||
args.append(cl.convert)
|
||||
return args
|
||||
|
||||
class RtConverters():
|
||||
class RtConverters:
|
||||
def init(self, list):
|
||||
self.list = list
|
||||
return self
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue