is_memory_uri

function of dascore.utils.paths source

is_memory_uri(
    path ,
)-> ‘bool’

Return True if a path is a synthetic in-memory patch identity.

Matches the exact memorypatch:// / memory:// schemes rather than any string beginning with “memory”, so a real file or directory named e.g. memory_notes.h5 is not misclassified.