MCPcopy 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
212def 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
217def update_citations():

Callers 1

update_citationsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected