mirror of https://github.com/python/cpython.git
New class syntax
This commit is contained in:
parent
eb6b33a837
commit
66338ec1b7
|
@ -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…
Reference in New Issue