Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ check_text
Function
check_text
tools/wheels/check_license.py:16–21 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
14
15
16
def
check_text(text):
17
ok =
"Copyright (c)"
in text and re.search(
18
r
"This binary distribution of \w+ also bundles the following software"
,
19
text,
20
)
21
return
ok
22
23
24
def
main():
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected