Markus Zolliker 25891f296d new syntax for parameter/commands/properties
New Syntax:

- define properties and parameters as class attributes directly
  instead of items in class attribute dicts
- define commands with decorator @usercommand(...)
- old syntax is still supported for now

still to do (with decreasing priority):
- turn parameters into descriptors (vs. creating getters/setters)
- migrate all existing code to new syntax
- get rid of or reduce code in metaclasses using __set_name__ and
  __init_subclass__ instead, including a fix for allowing py < 3.6

Change-Id: Id47e0f89c506f50c40fa518b01822c6e5bbf4e98
Reviewed-on: https://forge.frm2.tum.de/review/c/sine2020/secop/playground/+/24991
Tested-by: Jenkins Automated Tests <pedersen+jenkins@frm2.tum.de>
Reviewed-by: Enrico Faulhaber <enrico.faulhaber@frm2.tum.de>
Reviewed-by: Markus Zolliker <markus.zolliker@psi.ch>
2021-02-26 17:27:13 +01:00
2020-05-04 16:30:36 +02:00
2020-05-15 15:49:22 +02:00
2019-09-26 16:24:58 +02:00
2020-04-09 17:04:32 +02:00
2020-04-07 11:33:47 +02:00
2020-04-09 17:04:09 +02:00
2019-09-26 14:15:48 +02:00
2020-04-09 14:43:34 +02:00
2021-02-26 17:27:13 +01:00
2020-01-15 08:15:35 +01:00
2020-05-04 16:30:16 +02:00
2020-04-09 17:04:09 +02:00
Description
PSI local frappy repo, probably ahead of git/gerrit at MLZ
4.7 MiB
Languages
Python 99.9%