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


Groups > comp.lang.python > #108917 > unrolled thread

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

Started byDirk Bächle <tshortik@gmx.de>
First post2016-05-21 10:52 +0200
Last post2016-05-21 10:52 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

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

FromDirk Bächle <tshortik@gmx.de>
Date2016-05-21 10:52 +0200
SubjectRe: How do I subclass the @property setter method?
Message-ID<mailman.80.1463836208.27390.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web