上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 49 下一页
摘要: Name:List Should Not Contain DuplicatesSource:Collections <test library>Arguments:[ list_ | msg=None ]Fails if any element in the `list` is found from 阅读全文
posted @ 2017-06-19 22:25 垄上行 阅读(225) 评论(0) 推荐(0) 编辑
摘要: Name:Keep In DictionarySource:Collections <test library>Arguments:[ dictionary | *keys ]Keeps the given `keys` in the `dictionary` and removes all oth 阅读全文
posted @ 2017-06-19 22:20 垄上行 阅读(287) 评论(0) 推荐(0) 编辑
摘要: Name:Insert Into ListSource:Collections <test library>Arguments:[ list_ | index | value ]Inserts `value` into `list` to the position specified with `i 阅读全文
posted @ 2017-06-19 22:16 垄上行 阅读(540) 评论(0) 推荐(0) 编辑
摘要: Name:Get Index From ListSource:Collections <test library>Arguments:[ list_ | value | start=0 | end=None ]Returns the index of the first occurrence of 阅读全文
posted @ 2017-06-19 22:11 垄上行 阅读(592) 评论(0) 推荐(0) 编辑
摘要: Name:Get From ListSource:Collections <test library>Arguments:[ list_ | index ]Returns the value specified with an `index` from `list`. The given list 阅读全文
posted @ 2017-06-19 22:05 垄上行 阅读(2211) 评论(0) 推荐(0) 编辑
摘要: Name:Count Values In ListSource:Collections <test library>Arguments:[ list_ | value | start=0 | end=None ]Returns the number of occurrences of the giv 阅读全文
posted @ 2017-06-19 22:02 垄上行 阅读(441) 评论(0) 推荐(0) 编辑
摘要: Name:Get Slice From ListSource:Collections <test library>Arguments:[ list_ | start=0 | end=None ]Returns a slice of the given list between `start` and 阅读全文
posted @ 2017-06-19 21:56 垄上行 阅读(523) 评论(0) 推荐(0) 编辑
摘要: Name: Copy DictionarySource:Collections <test library>Arguments:[ dictionary ]Returns a copy of the given dictionary. The given dictionary is never al 阅读全文
posted @ 2017-06-19 21:41 垄上行 阅读(308) 评论(0) 推荐(0) 编辑
摘要: Name:Set To DictionarySource:Collections <test library>Arguments:[ dictionary | *key_value_pairs ]Adds the given `key_value_pairs` to the `dictionary` 阅读全文
posted @ 2017-06-18 23:57 垄上行 阅读(2706) 评论(0) 推荐(0) 编辑
摘要: Name:Remove From DictionarySource:Collections <test library>Arguments:[ dictionary | *keys ]Removes the given `keys` from the `dictionary`. If the giv 阅读全文
posted @ 2017-06-18 23:54 垄上行 阅读(567) 评论(0) 推荐(0) 编辑
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 49 下一页