RF内置库函数学习(一)
Builtin庫(固定庫)
evaluate(求值)求表達(dá)式的值并返回結(jié)果。
Arguments:
[ expression | modules=None | namespace=None ]
Evaluates the given expression in Python and returns the results.
expression is evaluated in Python as explained in `Evaluating expressions`.
?
modules argument can be used to specify a comma separated list of Python modules to be imported and added to the evaluation namespace.
Modules 參數(shù)用來指定是從python的哪個(gè)模塊導(dǎo)入,并增加到namespace。即在調(diào)用python的函數(shù)時(shí),在此指明函數(shù)所在的模塊。
釋義:返回一個(gè)隨機(jī)數(shù)。調(diào)用了random模塊,sys模塊。此處modules可以不寫。
????? Maxint sys中的最大整數(shù)值。即在0和最大整數(shù)值間隨機(jī)一個(gè)數(shù)。
namespace argument can be used to pass a custom evaluation namespace as a dictionary. Possible modules are added to this namespace. This is a new feature in Robot Framework 2.8.4.
namespace 用來指定自定義的詞典。即指明表達(dá)式計(jì)算的時(shí)候,變量值從那個(gè)自定義的區(qū)間去取。Namespace單詞必須寫。
?
釋義:創(chuàng)建一個(gè)${ns}的詞典,調(diào)用詞典中的x,y并將計(jì)算結(jié)果給result。
?
轉(zhuǎn)載于:https://www.cnblogs.com/morwind/p/6672029.html
與50位技術(shù)專家面對(duì)面20年技術(shù)見證,附贈(zèng)技術(shù)全景圖總結(jié)
以上是生活随笔為你收集整理的RF内置库函数学习(一)的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: CSS参考手册
- 下一篇: iOS -- 十进制、十六进制字符串,b