Home
last modified time | relevance | path

Searched refs:is_not_None (Results 1 – 3 of 3) sorted by relevance

/dports/lang/cython/Cython-0.29.24/tests/run/
H A Disnot.pyx43 def is_not_None(a): function
45 >>> is_not_None(1)
47 >>> is_not_None(None)
/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Disnot.pyx48 def is_not_None(a): function
50 >>> is_not_None(1)
52 >>> is_not_None(None)
/dports/sysutils/py-rdiff-backup/rdiff-backup-2.0.5/src/rdiff_backup/
H A DGlobals.py279 def is_not_None(name): function