Lines Matching defs:values
1081 values, iterator, fgetdefault, fsetdefault, update, pop):
1088 self.__values = values
1125 def values(self):
1128 "values")
1157 keys=None, values=None, iterator=None, doc=None, fgetdefault=None,
1165 self.__values = values
1434 (option, default_value, [valid values], [json schema])
1450 with all the specified argument values.
1543 """Process option values."""
1680 """Returns a string containing a listing defined by provided values
1835 field_data.values()), key=key_fields))
1852 values = map(get_value, sorted(filter(filter_func,
1853 field_data.values()), key=key_fields))
1854 output += fmt.format(*values)
2059 # keys and values in the dictionary.
2082 # encode the specific values.
2285 # and values in the dictionary.
2308 # copy all data and then decode the specific values
2485 # we initialize our time values to account for all time used
2499 """Return True if all the passed in values are zero."""
2523 """Update saved times to current process values."""
2539 time values and the current values. Then update the saved
2540 values to match the current values"""