scan_patches

function of dascore.utils.patch source

scan_patches(
    patches: Patch | collections.abc.Sequence[Patch] ,
)-> ‘list[dc.PatchAttrs]’

Scan a sequence of patches and return a list of summaries.

The summary dicts have the following fields: {fields}

Parameters

Parameter Description
patches A single patch or a sequence of patches.