libTriton version 1.0 build 1590
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
init.cpp File Reference
#include <triton/pythonBindings.hpp>
#include <triton/pythonXFunctions.hpp>
#include <iostream>

Go to the source code of this file.

Namespaces

namespace  triton
 The Triton namespace.
 
namespace  triton::bindings
 The Bindings namespace.
 
namespace  triton::bindings::python
 The Python namespace.
 

Functions

PyMODINIT_FUNC triton::bindings::python::inittriton (void)
 Entry point python bindings (Py2/3).
 
PyObject * triton::bindings::python::PyInit_triton (void)
 

Variables

PyObject * triton::bindings::python::tritonModule = nullptr
 triton python module.
 
PyModuleDef triton::bindings::python::tritonModuleDef
 triton python module definition.