Lines Matching full:getattr
138 if getattr(namespace, name, None) is None:
140 return getattr(namespace, name)
797 return [(name, getattr(self, name)) for name in names]
1093 getattr(namespace, _UNRECOGNIZED_ARGS_ATTR).extend(arg_strings)
1430 return getattr(self, handler_func_name)
1631 return [(name, getattr(self, name)) for name in names]
1722 args.extend(getattr(namespace, _UNRECOGNIZED_ARGS_ATTR))
1953 action.default is getattr(namespace, action.dest)):
2251 name = getattr(action.type, '__name__', repr(action.type))
2257 name = getattr(action.type, '__name__', repr(action.type))