Searched refs:expected_type (Results 1 – 1 of 1) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/relay_lib/ |
D | helpers.py | 24 def validate_key(key, dictionary, expected_type, source): argument 40 if expected_type == str: 43 (key, dictionary[key], expected_type, 45 elif not isinstance(dictionary[key], expected_type): 47 (key, dictionary[key], expected_type,
|