MCPcopy Create free account
hub / github.com/LabPy/lantz / shall_skip

Function shall_skip

docs/driversdoc.py:103–106  ·  view source on GitHub ↗

Check if we want to skip this module.

(module)

Source from the content-addressed store, hash-verified

101
102
103def shall_skip(module):
104 """Check if we want to skip this module."""
105 # skip it if there is nothing (or just \n or \r\n) in the file
106 return path.getsize(module) <= 2
107
108
109def recurse_tree(rootpath, excludes, opts):

Callers 1

recurse_treeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected