%PDF- %PDF-
Direktori : /proc/985914/root/lib/python3/dist-packages/pythran/pythonic/include/builtins/file/ |
Current File : //proc/985914/root/lib/python3/dist-packages/pythran/pythonic/include/builtins/file/readlines.hpp |
#ifndef PYTHONIC_INCLUDE_BUILTIN_FILE_READLINES_HPP #define PYTHONIC_INCLUDE_BUILTIN_FILE_READLINES_HPP #include "pythonic/include/types/file.hpp" #include "pythonic/include/types/list.hpp" #include "pythonic/include/types/str.hpp" #include "pythonic/include/utils/functor.hpp" PYTHONIC_NS_BEGIN namespace builtins { namespace file { template <class F> types::list<types::str> readlines(F &&f); template <class F> types::list<types::str> readlines(F &&f, long sizehint); DEFINE_FUNCTOR(pythonic::builtins::file, readlines); } } PYTHONIC_NS_END #endif