{ } Raw JSON

bundles / astropy 7.0.1 / astropy / io / fits / header / Header / _wildcardmatch

function

astropy.io.fits.header:Header._wildcardmatch

source: /astropy/io/fits/header.py :1843

Signature

def   _wildcardmatch ( self pattern )

Summary

Returns a list of indices of the cards matching the given wildcard pattern.

Extended Summary

  • '*' matches 0 or more characters

  • '?' matches a single character

  • '...' matches 0 or more of any non-whitespace character

Aliases

  • astropy.io.fits.Header._wildcardmatch