Home | History | Annotate | Download | only in common_lib

Lines Matching refs:dictionary

85     def _append_type_to_keys(dictionary, typename):
87 for key, value in dictionary.iteritems():
670 @param dargs: Dictionary with args for subtest.
696 Given a callable (func), an argument tuple and a dictionary of keyword
698 accept and return a new argument tuple and keyword argument dictionary.
703 dargs: A dictionary of keyword arguments to consider passing to func.
705 A tuple of: (args tuple, keyword arguments dictionary)
746 dargs: A dictionary of proposed keyword arguments.