We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
__getattr__
I tried to convert the function to Argument Clinic, but it failed, oh! Error in file 'Modules/zlibmodule.c' on line 2019: '__getattr__' is a special method and cannot be converted to Argument Clinic!
I tried to convert the function to Argument Clinic, but it failed, oh!
Error in file 'Modules/zlibmodule.c' on line 2019: '__getattr__' is a special method and cannot be converted to Argument Clinic!
'__getattr__' is a special method and cannot be converted to Argument Clinic!
Originally posted by @vstinner
Would this be a valid feature request for AC or it’s somehow impossible?
Originally posted by @merwok in #140130 (comment)
Originally posted by @vstinner
Originally posted by @merwok in #140130 (comment)
Linked PRs
__getattr__method to Argument Clinic #140376