%PDF- %PDF-
Direktori : /proc/thread-self/root/lib/python3/dist-packages/pythran/pythonic/builtins/ |
Current File : //proc/thread-self/root/lib/python3/dist-packages/pythran/pythonic/builtins/file.hpp |
#ifndef PYTHONIC_BUILTIN_FILE_HPP #define PYTHONIC_BUILTIN_FILE_HPP #include "pythonic/include/builtins/file.hpp" #include "pythonic/types/file.hpp" #include "pythonic/types/str.hpp" #include "pythonic/utils/functor.hpp" PYTHONIC_NS_BEGIN namespace builtins { namespace anonymous { types::file file(types::str const &filename, types::str const &strmode) { return {filename, strmode}; } } } PYTHONIC_NS_END #endif