MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / glob

Function glob

Lib/glob.py:18–27  ·  view source on GitHub ↗

Return a list of paths matching a pathname pattern. The pattern may contain simple shell-style wildcards a la fnmatch. However, unlike fnmatch, filenames starting with a dot are special cases that are not matched by '*' and '?' patterns.

(pathname)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

build_extensionsMethod · 0.90
find_data_filesMethod · 0.90
find_package_modulesMethod · 0.90
add_defaultsMethod · 0.90

Calls 2

iglobFunction · 0.85
listClass · 0.50

Tested by

no test coverage detected