Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SINGROUP/dscribe
/ match_func
Function
match_func
applyheader.py:24–25 ·
view source on GitHub ↗
(filename)
Source
from the content-addressed store, hash-verified
22
23
24
def
match_func(filename):
25
return
filename.endswith(
".py"
)
26
27
28
def
crawl():
Callers
1
crawl
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected