1 #ifndef PYTHONIC_BUILTIN_PYTHRAN_IS_NONE_HPP
2 #define PYTHONIC_BUILTIN_PYTHRAN_IS_NONE_HPP
3 
4 #include "pythonic/include/builtins/pythran/is_none.hpp"
5 #include "pythonic/utils/functor.hpp"
6 #include "pythonic/types/NoneType.hpp"
7 
8 PYTHONIC_NS_BEGIN
9 
10 namespace builtins
11 {
12 
13   namespace pythran
14   {
15   }
16 }
17 
18 PYTHONIC_NS_END
19 
20 #endif
21