|
C/C++ |
Python |
|
C/C++ functions |
Python functions |
|
Global Variables |
Attributes of the Python object „cvar“ |
|
C constants |
Python variables |
|
int, long, short |
Python integers |
|
float, double |
Python floats |
|
char, char* |
Python strings |
|
void |
None |