MCPcopy
hub / github.com/celery/celery / author

Function author

extra/release/attribution.py:7–13  ·  view source on GitHub ↗
(line)

Source from the content-addressed store, hash-verified

5
6
7def author(line):
8 try:
9 A, E = line.strip().rsplit(None, 1)
10 E.replace('>', '').replace('<', '')
11 except ValueError:
12 A, E = line.strip(), None
13 return A.lower() if A else A, E.lower() if E else E
14
15
16def proper_name(name):

Callers 2

find_missing_authorsFunction · 0.85
attribution.pyFile · 0.85

Calls 1

replaceMethod · 0.45

Tested by

no test coverage detected