如何将RF库Collections中的测试数据集转换为字典格式?
- 内容介绍
- 文章标签
- 相关推荐
本文共计91个文字,预计阅读时间需要1分钟。
Name: Set To Dictionary Source: Collections test library Arguments: [dictionary | *key_value_pairs] Adds the given `key_value_pairs` to the `dictionary`. Added key-value pairs are placed at the front of the dictionary.
Name:
Set To Dictionary
Source:
Collections <test library>
Arguments:
[ dictionary | *key_value_pairs ]
Adds the given `key_value_pairs` to the `dictionary`.
增加的键值对都是放在字典的最前面。
本文共计91个文字,预计阅读时间需要1分钟。
Name: Set To Dictionary Source: Collections test library Arguments: [dictionary | *key_value_pairs] Adds the given `key_value_pairs` to the `dictionary`. Added key-value pairs are placed at the front of the dictionary.
Name:
Set To Dictionary
Source:
Collections <test library>
Arguments:
[ dictionary | *key_value_pairs ]
Adds the given `key_value_pairs` to the `dictionary`.
增加的键值对都是放在字典的最前面。

