Searched defs:exists_or_none (Results 1 – 2 of 2) sorted by relevance
2219 exists_or_none = lambda p: p if p and os.path.exists(p) else None function2305 exists_or_none = lambda p: p if p and os.path.exists(p) else None function
2278 exists_or_none = lambda p: p if p and os.path.exists(p) else None function2363 exists_or_none = lambda p: p if p and os.path.exists(p) else None function