Go to the source code of this file.
Namespaces | |
| robot.api.deco | |
Functions | |
| def | robot.api.deco.keyword (name=None, tags=(), types=()) |
| Decorator to set custom name, tags and argument types to keywords. More... | |
| def | robot.api.deco.library (scope=None, version=None, converters=None, doc_format=None, listener=None, auto_keywords=False) |
| Class decorator to control keyword discovery and other library settings. More... | |
| def | robot.api.deco.not_keyword (func) |
| Decorator to disable exposing functions or methods as keywords. More... | |