How do I subclass the @property setter method?
Dirk Bächle
tshortik at gmx.de
Sat May 21 04:52:05 EDT 2016
More information about the Python-list mailing list
Sat May 21 04:52:05 EDT 2016
- Previous message (by thread): How do I subclass the @property setter method?
- Next message (by thread): How do I subclass the @property setter method?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Christopher, On 20.05.2016 20:50, Christopher Reimer wrote: > Greetings, > > My chess engine has a Piece class with the following methods that use > the @property decorator to read and write the position value. > slightly off topic: is your chess engine available in a public repo somewhere? I think I've started to implement something similar (display of chess boards and wrapping different chess engines), so I'd like to have a look. ;) Best regards, Dirk
- Previous message (by thread): How do I subclass the @property setter method?
- Next message (by thread): How do I subclass the @property setter method?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list