We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 920c61f commit 8ace7b3Copy full SHA for 8ace7b3
cytoolz/functoolz.pyx
@@ -17,7 +17,7 @@ from toolz import functoolz as functoolz_py
17
from cytools import _signatures
18
from cytoolz import utils
19
20
-# cdef aliases to eliminate global lookups
+# cdef constants to eliminate global lookups
21
cdef object partial = functools.partial
22
del functools
23
0 commit comments