%PDF- %PDF-
Direktori : /proc/self/root/lib/python3/dist-packages/pythran/pythonic/include/builtins/str/ |
Current File : //proc/self/root/lib/python3/dist-packages/pythran/pythonic/include/builtins/str/startswith.hpp |
#ifndef PYTHONIC_INCLUDE_BUILTIN_STR_STARTSWITH_HPP #define PYTHONIC_INCLUDE_BUILTIN_STR_STARTSWITH_HPP #include "pythonic/include/types/str.hpp" #include "pythonic/include/utils/functor.hpp" PYTHONIC_NS_BEGIN namespace builtins { namespace str { bool startswith(types::str const &s, types::str const &prefix, long start = 0, long end = -1); DEFINE_FUNCTOR(pythonic::builtins::str, startswith); } } PYTHONIC_NS_END #endif