is_cache_entry#
- gwpy.io.cache.is_cache_entry(path: CacheEntry | FileSystemPath) bool[source]#
Return
Trueifpathcan be represented as a cache entry.In practice this just tests whether the input is LIGO-T010150 compliant.
- Parameters:
- path
str,lal.utils.CacheEntry The input to test
- path
- Returns:
- isentry
bool Trueifpathis an instance ofCacheEntry, or can be parsed using LIGO-T010150.
- isentry