network/module_utils
Thomas Haller 97e216c716 module: don't expose "name" parameter for ArgValidator.validate()
The "name" argument is an implementation detail, that is used
by ArgValidatorDict and ArgValidatorList to pass a complex (nested)
name of what is currently parsed.

Callers are not supposed to see or use this argument.
Hide it, by adding an internal helper method _validate().
2018-10-10 15:20:25 +02:00
..
network_lsr module: don't expose "name" parameter for ArgValidator.validate() 2018-10-10 15:20:25 +02:00