%PDF- %PDF-
| Direktori : /proc/thread-self/root/usr/lib/python3/dist-packages/pythran/pythonic/include/builtins/ |
| Current File : //proc/thread-self/root/usr/lib/python3/dist-packages/pythran/pythonic/include/builtins/True.hpp |
#ifndef PYTHONIC_INCLUDE_BUILTIN_TRUE_HPP
#define PYTHONIC_INCLUDE_BUILTIN_TRUE_HPP
#include "pythonic/include/types/bool.hpp"
PYTHONIC_NS_BEGIN
namespace builtins
{
static const bool True = true;
}
PYTHONIC_NS_END
#endif