Searched defs:not_none (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DPyrexTypes.py2767 not_none = False variable in class:CFuncTypeArg
H A DNodes.py769 # not_none boolean Tagged with 'not None'
771 # accept_none boolean Resolved boolean for not_none/or_none
786 not_none = 0 variable in class:CArgDeclNode
2643 elif arg.not_none:
2658 if arg.not_none:

Completed in 174 milliseconds