View Ticket
Ticket Hash: ff080743185f47e95d00b7701f146fe441adaac0
Title: Need access to class attributes.
Status: Closed Type: Feature_Request
Severity: Important Priority: Immediate
Subsystem: Resolution: Fixed
Last Modified: 2018-02-05 22:30:44
Version Found In: 0.5.1
User Comments:
gwlester added on 2018-02-03 18:42:19:
The behavior of methods for some Python classes (e.g. picamera) is controlled via setting class attributes.  Thus it is important to be able to read and set the attributes from Tcl.

gwlester added on 2018-02-03 19:00:47:
See [https://www.blog.pythonlibrary.org/2013/01/11/how-to-get-a-list-of-class-attributes/] for a lead on how to do this.

gwlester added on 2018-02-04 07:25:36:
Fixed in commit [2059d531f3].

gwlester added on 2018-02-04 07:26:18:
Required documentation on the usage page prior to release and ticket being closed.