Lines Matching refs:mustExist
263 …def __init__(self, key, value = None, help = '', mustExist = 1, isTemporary = 0, deprecated = Fals… argument
264 self.mustExist = mustExist
283 if self.mustExist and value and not os.path.isdir(value):
290 …def __init__(self, key, value = None, help = '', mustExist = 1, isTemporary = 0, deprecated = Fals… argument
291 self.mustExist = mustExist
314 if self.mustExist and not os.path.isdir(dir):
321 …def __init__(self, key, value = None, help = '', mustExist = 1, isTemporary = 0, deprecated = Fals… argument
322 self.mustExist = mustExist
341 if self.mustExist and value and not os.path.isfile(value):
348 …def __init__(self, key, value = None, help = '', mustExist = 1, isTemporary = 0, deprecated = Fals… argument
349 self.mustExist = mustExist
372 if self.mustExist and not os.path.isfile(file):
379 …def __init__(self, key, value = None, help = '', mustExist = 1, isTemporary = 0, deprecated = Fals… argument
380 self.mustExist = mustExist
395 if self.mustExist:
403 …def __init__(self, key, value = None, help = '', mustExist = 1, isTemporary = 0, deprecated = Fals… argument
404 self.mustExist = mustExist
424 if self.mustExist: