Allow trivial __cinit__ that ignores __init__ values for speed.
The signatures are no longer required to match if the only argument to __cinit__ is self.
Showing
Please register or sign in to comment
The signatures are no longer required to match if the only argument to __cinit__ is self.