Luna Chen <l...@bnmetrics.com> added the comment:

Hi Chih-Hsuan Yen,

I have noticed in your `__init__` method, you have `super().__init__(self)`, 
I'm just wondering if the `self` argument is intentional, as the `Foo` object 
is to become the format itself?

Because inheritance seems to work fine for me with `super().__init__()`, as 
super() is used for the parent class object, so I don't need to pass in the 
`self` for the object itself. the `self` in `super().__init__(self)` becomes 
the value of `fmt` argument..

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35509>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to