Home
Trees
Indices
Help
pyctags
Package pyctags
::
Module kwargs_validator
:: Class kwargs_validator
[
hide private
]
[
frames
] |
no frames
]
Class kwargs_validator
source code
Used to validate arguments.
Instance Methods
[
hide private
]
validate
(
self
,
args
,
allowed_args
)
source code
Method Details
[
hide private
]
validate
(
self
,
args
,
allowed_args
)
source code
Parameters:
args
(iterable) - arguments to check for validity.
allowed_args
(list) - list of valid arguments.
Raises:
ParameterError
- if an element of args is not in allowed_args.
Home
Trees
Indices
Help
pyctags
Generated by Epydoc 3.0.1 on Thu Jan 01 04:48:47 2009
http://epydoc.sourceforge.net