index
:
clp
main
A small Python compiler with optimizer written in Java
dcariotti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
progs
/
unparsable_programs
/
a143.py
blob: 530261a8db906965a3b605dc8ba880d0e9522c1b (
plain
)
1
2
3
def
check_none
(
test_tup
):
res
=
any
(
map
(
lambda
ele
:
ele
is
None
,
test_tup
))
return
(
res
)