Home
last modified time | relevance | path

Searched refs:foo_defval (Results 1 – 4 of 4) sorted by relevance

/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Ddirective_locals_in_pxd.py8 def foo_defval(egg=1): function
31 return foo(1), foo_defval(), cpfoo(1)
H A Ddirective_locals_in_pxd.pxd7 cdef foo_defval(egg=*) function
/dports/lang/cython/Cython-0.29.24/tests/run/
H A Ddirective_locals_in_pxd.py8 def foo_defval(egg=1): function
31 return foo(1), foo_defval(), cpfoo(1)
H A Ddirective_locals_in_pxd.pxd7 cdef foo_defval(egg=*) function