%PDF- %PDF-
Direktori : /proc/thread-self/root/lib/python3/dist-packages/pythran/pythonic/include/builtins/str/ |
Current File : //proc/thread-self/root/lib/python3/dist-packages/pythran/pythonic/include/builtins/str/rstrip.hpp |
#ifndef PYTHONIC_INCLUDE_BUILTIN_STR_RSTRIP_HPP #define PYTHONIC_INCLUDE_BUILTIN_STR_RSTRIP_HPP #include "pythonic/include/types/str.hpp" #include "pythonic/include/utils/functor.hpp" PYTHONIC_NS_BEGIN namespace builtins { namespace str { types::str rstrip(types::str const &self, types::str const &to_del = " "); DEFINE_FUNCTOR(pythonic::builtins::str, rstrip); } } PYTHONIC_NS_END #endif