RF与Python

2023-01-31 02:01:30 python RF

Many keyWords, such as Evaluate, Run Keyword If and Should Be True, accept an expression that is evaluated in python. These expressions are evaluated using Python's eval function so that all Python built-ins like len() and int() are available. Evaluate allows configuring the execution namespace with custom modules, and other keywords have os and sys modules available automatically.

 

相关文章