Python Forum
[Python Core] Keyword for direct passthrough of **kwargs to super().__init__
Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Python Core] Keyword for direct passthrough of **kwargs to super().__init__
#7
Since it would probably be quite bad to just turn this feature on by default for all classes I thought I would invent a keyword that (if present in the init) would do it. If not: do it the 'old' way. What you might see from my example code is that the super().__init__ calls don't have the ***pass_through_kwargs specified.
Reply


Messages In This Thread
RE: [Python Core] Keyword for direct passthrough of **kwargs to super().__init__ - by miallo - May-25-2018, 07:02 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020