摘要:
Name:Convert To ListSource:Collections <test library>Arguments:[ item ]Converts the given `item` to a list. Mainly useful for converting tuples and ot 阅读全文
posted @ 2017-06-17 23:34
垄上行
阅读(901)
评论(0)
推荐(0)
摘要:
Name:Create DictionarySource:Collections <test library>Arguments:[ *key_value_pairs ] 阅读全文
posted @ 2017-06-17 23:30
垄上行
阅读(3616)
评论(0)
推荐(0)
摘要:
Arguments: [ *lists ]Combines the given `lists` together and returns the result. The given lists are not altered by this keyword. 场景1: 场景2:重复数据不去重进行合并 阅读全文
posted @ 2017-06-17 23:27
垄上行
阅读(562)
评论(0)
推荐(0)
摘要:
Arguments:[ list_ | *values ]Adds `values` to the end of `list`. 阅读全文
posted @ 2017-06-17 23:17
垄上行
阅读(2849)
评论(0)
推荐(0)