add remote call trigger implementation

This commit is contained in:
2023-08-13 15:26:45 +03:00
parent 37d3b9fa83
commit af1803ed26
27 changed files with 705 additions and 333 deletions

View File

@ -85,7 +85,7 @@ Again, the most checks can be performed by `make check` command, though some add
Args:
*args(Any): positional arguments
**kwargs(Any): keyword arguments
**kwargs(Any): keyword arguments
"""
self.instance_attribute = ""
```