c637402081
they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat
7 lines
383 B
Text
7 lines
383 B
Text
first is an MIT licensed Python package with a simple function that returns the
|
||
first true value from an iterable, or None if there is none. If you need more
|
||
power, you can also supply a key function that is used to judge the truth value
|
||
of the element or a default value if None doesn’t fit your use case.
|
||
|
||
WWW: https://pypi.org/project/first/
|
||
WWW: https://github.com/hynek/first
|