Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #108917

Re: How do I subclass the @property setter method?

From Dirk Bächle <tshortik@gmx.de>
Newsgroups comp.lang.python
Subject Re: How do I subclass the @property setter method?
Date 2016-05-21 10:52 +0200
Message-ID <mailman.80.1463836208.27390.python-list@python.org> (permalink)
References <2200dfd0-7470-0c86-c015-a6a14a2f51f2@icloud.com> <574021B5.1010408@gmx.de>

Show all headers | View raw


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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: How do I subclass the @property setter method? Dirk Bächle <tshortik@gmx.de> - 2016-05-21 10:52 +0200

csiph-web