%PDF- %PDF-
Direktori : /proc/thread-self/root/lib/python3/dist-packages/pythran/pythonic/include/builtins/ |
Current File : //proc/thread-self/root/lib/python3/dist-packages/pythran/pythonic/include/builtins/oct.hpp |
#ifndef PYTHONIC_INCLUDE_BUILTIN_OCT_HPP #define PYTHONIC_INCLUDE_BUILTIN_OCT_HPP #include "pythonic/include/types/str.hpp" #include "pythonic/include/utils/functor.hpp" PYTHONIC_NS_BEGIN namespace builtins { template <class T> types::str oct(T const &v); DEFINE_FUNCTOR(pythonic::builtins, oct); } PYTHONIC_NS_END #endif