Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: [Python Core] Keyword for direct passthrough of **kwargs to super().__init__
Post: RE: [Python Core] Keyword for direct passthrough o...

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. ...
miallo News and Discussions 6 4,164 May-25-2018, 07:02 PM
    Thread: [Python Core] Keyword for direct passthrough of **kwargs to super().__init__
Post: RE: [Python Core] Keyword for direct passthrough o...

(May-25-2018, 05:38 PM)buran Wrote: you are free to have all keywords you want explicitly mentioned, and then have **kwargs as catch all for all that are irrelevant and simply ignore them... (that i...
miallo News and Discussions 6 4,164 May-25-2018, 05:52 PM
    Thread: [Python Core] Keyword for direct passthrough of **kwargs to super().__init__
Post: RE: [Python Core] Keyword for direct passthrough o...

(May-25-2018, 05:17 PM)buran Wrote: well, *args is catch all for positional arguments, **kwargs - for keyword (named) argument, so there is no way to have one more catch-all-pass-trough. I know that...
miallo News and Discussions 6 4,164 May-25-2018, 05:30 PM
    Thread: [Python Core] Keyword for direct passthrough of **kwargs to super().__init__
Post: [Python Core] Keyword for direct passthrough of **...

First of all: I just started programming in Python a couple of months ago, so please be patient if I ask a stupid question. I started this question on Stackoverflow but it might be more appropriated h...
miallo News and Discussions 6 4,164 May-25-2018, 04:36 PM

User Panel Messages

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