Opened 16 years ago
Closed 13 years ago
#333 closed enhancement (wontfix)
Introduce __slots__
Reported by: | ole | Owned by: | ole |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | Functionality and features | Version: | |
Severity: | minor | Keywords: | |
Cc: |
Description
With the new class idioms (inheritance form object) in Python we have the opportunity of restricting attributes using slots. That will allow users to directly manipulate and assign values to attributes without fear of misspellings being silently accepted to the detriment of all humankind.
Note: See
TracTickets for help on using
tickets.