PythonMonkey   v1.0.0 (dev)
Loading...
Searching...
No Matches
BoolType Struct Reference

This struct represents the 'bool' type in Python, which is represented as a 'long' in C++. More...

#include <BoolType.hh>

Static Public Member Functions

static PyObject * getPyObject (long n)
 

Detailed Description

This struct represents the 'bool' type in Python, which is represented as a 'long' in C++.

Member Function Documentation

◆ getPyObject()

PyObject * BoolType::getPyObject ( long  n)
static

The documentation for this struct was generated from the following files: