Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boutproject/BOUT-dev
/ is_nonhuman
Function
is_nonhuman
bin/update_citations.py:212–214 ·
view source on GitHub ↗
(author: str)
Source
from the content-addressed store, hash-verified
210
211
212
def
is_nonhuman(author: str) -> bool:
213
lower_case_author = author.casefold()
214
return
any(nonhuman in lower_case_author
for
nonhuman in NONHUMAN_AUTHORS)
215
216
217
def
update_citations():
Callers
1
update_citations
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected