Helper ClassesGlobOn this pageGlob crawlee._utils.globs.GlobWraps a glob pattern (supports the *, **, ? wildcards).Index Constructors__init__Constructors __init__ __init__(glob): NoneParametersglob: strReturns None
Wraps a glob pattern (supports the
*
,**
,?
wildcards).