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