%PDF- %PDF-
Direktori : /proc/thread-self/root/lib/python3/dist-packages/pythran/pythonic/include/builtins/ |
Current File : //proc/thread-self/root/lib/python3/dist-packages/pythran/pythonic/include/builtins/all.hpp |
#ifndef PYTHONIC_INCLUDE_BUILTIN_ALL_HPP #define PYTHONIC_INCLUDE_BUILTIN_ALL_HPP #include "pythonic/include/utils/functor.hpp" PYTHONIC_NS_BEGIN namespace builtins { template <class Iterable> bool all(Iterable &&s); DEFINE_FUNCTOR(pythonic::builtins, all); } PYTHONIC_NS_END #endif