PythonMonkey
v1.1.2 (dev)
Toggle main menu visibility
Main Page
Related Pages
Packages
Package List
Package Members
All
a
b
c
d
e
g
i
k
l
m
n
p
r
s
t
u
w
Functions
a
b
c
d
e
i
l
m
n
p
r
s
t
u
w
Variables
b
c
d
e
g
i
k
l
n
p
r
s
t
u
w
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
w
~
Functions
_
a
c
d
e
f
g
h
i
j
l
n
o
p
q
r
s
t
u
w
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
Typedefs
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
_
a
c
d
f
g
i
j
k
n
o
p
r
s
t
u
Variables
_
a
b
c
d
e
f
g
h
i
j
k
m
n
o
p
q
r
s
t
u
v
w
x
Typedefs
Enumerations
Enumerator
Macros
b
c
h
i
j
k
l
n
p
s
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
Loading...
Searching...
No Matches
NoneType.hh
Go to the documentation of this file.
1
11
#ifndef PythonMonkey_NoneType_
12
#define PythonMonkey_NoneType_
13
14
#include <Python.h>
15
19
struct
NoneType
{
20
public
:
21
static
PyObject *
getPyObject
();
22
23
};
24
25
#endif
NoneType
This struct represents the 'None' type in Python.
Definition
NoneType.hh:19
NoneType::getPyObject
static PyObject * getPyObject()
Definition
NoneType.cc:13
include
NoneType.hh
Generated on Wed Jun 4 2025 20:55:48 for PythonMonkey by
1.9.7