Searched refs:_get_value (Results 1 – 2 of 2) sorted by relevance
12 from ._ods_common import get_op_result_or_value as _get_value, get_op_results_or_values as _get_val… unknown94 type = type if type is None else _get_value(type)107 operation = _get_value(operation)119 type = type if type is None else _get_value(type)132 types = types if types is None else _get_value(types)154 attributeValues.append(_get_value(attrValue))192 op = _get_value(op)193 with_op = with_op if with_op is None else _get_value(with_op)208 parent = _get_value(parent)223 parent = _get_value(parent)[all …]
1720 default = self._get_value(action, default)2194 value = self._get_value(action, value)2210 value = self._get_value(action, arg_string)2215 value = [self._get_value(action, v) for v in arg_strings]2219 value = [self._get_value(action, v) for v in arg_strings]2224 value = [self._get_value(action, v) for v in arg_strings]2231 def _get_value(self, action, arg_string): member in ArgumentParser