Lines Matching defs:null
733 def null(x): return x734 @null739 @False or null741 @d := null743 @lambda f: null(f)745 @[..., null, ...][1]747 @null(null)(null)749 @[null][0].__call__.__call__