Error when using _
as name for Bound argument in class method
#59
Labels
bug
Something isn't working
_
as name for Bound argument in class method
#59
We are using
_
as an argument name for the&Bound<'_, PyType>
argument to a classmethod and I get the following error:If I rename it to
bound
or_bound
then the error goes away. The argument isn't used in our current implementations.Is that expected?
The text was updated successfully, but these errors were encountered: