|
PathAccept(self,
key,
val,
env)
Accepts any path, no checking done. |
source code
|
|
|
PathExists(self,
key,
val,
env)
validator to check if Path exists |
source code
|
|
|
PathIsDir(self,
key,
val,
env)
Validator to check if Path is a directory. |
source code
|
|
|
PathIsDirCreate(self,
key,
val,
env)
Validator to check if Path is a directory,
creating it if it does not exist. |
source code
|
|
|
PathIsFile(self,
key,
val,
env)
validator to check if Path is a file |
source code
|
|
|
__call__(self,
key,
help,
default,
validator=None)
The input parameters describe a 'path list' option, thus they
are returned with the correct converter and validator appended. The
result is usable for input to opts.Add() . |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__init__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|