Skip to content
Snippets Groups Projects
Commit 42ded2a6 authored by Bert Palm's avatar Bert Palm 🎇
Browse files

added decorator keywords as private attributes to func

parent 4a0c0ad3
No related branches found
No related tags found
No related merge requests found
Pipeline #35575 failed with stage
in 1 minute and 56 seconds
......@@ -56,6 +56,8 @@ def register(masking: MaskingStrT = "all", module: Optional[str] = None):
return _postCall(result, old_state)
FUNC_MAP[func_name] = SaQCFunction(func_name, callWrapper)
callWrapper._module = module
callWrapper._masking = masking
return callWrapper
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment