Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Functions | |
def | glob |
def | glob1 |
def | has_magic |
Variables | |
list | __all__ = ["glob"] |
tuple | magic_check = re.compile('[*?[]') |
Filename globbing utility.
def glob.glob | ( | pathname) |
Return a list of paths matching a pathname pattern. The pattern may contain simple shell-style wildcards a la fnmatch.
Definition at line 9 of file glob.py.
References glob1(), and has_magic().
def glob.glob1 | ( | dirname, | |
pattern | |||
) |
def glob.has_magic | ( | s) |