%PDF- %PDF-
Direktori : /proc/985914/root/lib/python3/dist-packages/pythran/pythonic/builtins/pythran/ |
Current File : //proc/985914/root/lib/python3/dist-packages/pythran/pythonic/builtins/pythran/make_shape.hpp |
#ifndef PYTHONIC_BUILTIN_MAKE_SHAPE_HPP #define PYTHONIC_BUILTIN_MAKE_SHAPE_HPP PYTHONIC_NS_BEGIN namespace builtins { namespace pythran { template <class... Args> pythonic::types::pshape<Args...> make_shape(Args... args) { return {args...}; } } // pythran } // builtins PYTHONIC_NS_END #endif