MCPcopy Create free account
hub / github.com/google-deepmind/dm_control / is_excluded

Function is_excluded

setup.py:148–152  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

146 paths = set()
147
148 def is_excluded(s):
149 for exclude in excludes:
150 if fnmatch.fnmatch(s, exclude):
151 return True
152 return False
153
154 for directory, _, filenames in os.walk(package_dir):
155 if is_excluded(directory):

Callers 1

find_data_filesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…