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

Function iglob

Lib/glob.py:29–60  ·  view source on GitHub ↗

Return an iterator which yields the 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 1

globFunction · 0.85

Calls 4

has_magicFunction · 0.85
glob1Function · 0.85
splitMethod · 0.80
joinMethod · 0.45

Tested by

no test coverage detected