remove IOHandler stuff

as all code using IO handlers has been changed to use
secop.rwhandler, IO handlers can be removed

Change-Id: Id57fbc4ce2744dbe73bb8792fd45449373f76bb5
Reviewed-on: https://forge.frm2.tum.de/review/c/sine2020/secop/playground/+/28526
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>
This commit is contained in:
2022-05-25 14:38:06 +02:00
parent 6a0261c728
commit 1357ead435
6 changed files with 5 additions and 562 deletions

View File

@ -184,7 +184,7 @@ def proxy_class(remote_class, name=None):
for aname, aobj in rcls.accessibles.items():
if isinstance(aobj, Parameter):
pobj = aobj.copy()
pobj.merge(dict(handler=None, needscfg=False))
pobj.merge(dict(needscfg=False))
attrs[aname] = pobj
def rfunc(self, pname=aname):