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.
__slots__
https://docs.python.org/3/reference/datamodel.html#notes-on-using-slots
One of the bulletpoints:
Nonempty slots does not work for classes derived from “variable-length” built-in types such as int, bytes and tuple.
Points to clarify:
str
Documentation
https://docs.python.org/3/reference/datamodel.html#notes-on-using-slots
One of the bulletpoints:
Points to clarify:
strone of them?Linked PRs
__slots__docs. #102621__slots__docs. (GH-102621) #102687__slots__docs. (GH-102621) #102688