MCPcopy Index your code
hub / github.com/DeepLabCut/DeepLabCut / _list_include

Function _list_include

tools/update_license_headers.py:29–32  ·  view source on GitHub ↗

List all files specified in the include list.

()

Source from the content-addressed store, hash-verified

27 raise ValueError("Current entry does not have an include list.")
28
29 def _list_include():
30 """List all files specified in the include list."""
31 for include_pattern in entry["include"]:
32 yield from glob.iglob(include_pattern, recursive=True)
33
34 def _filter_exclude(iterable):
35 """Filter filenames from an iterator by the exclude patterns."""

Callers 1

walk_directoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected