libTriton version 1.0 build 1590
Loading...
Searching...
No Matches
Public Attributes | List of all members
PyModuleDef Struct Reference

Public Attributes

int m_base
 
const char * m_name
 
const char * m_doc
 
Py_ssize_t m_size
 
PyMethodDef * m_methods
 

Detailed Description

Definition at line 131 of file py3c_compat.h.

Member Data Documentation

◆ m_base

int PyModuleDef::m_base

Definition at line 132 of file py3c_compat.h.

◆ m_doc

const char* PyModuleDef::m_doc

Definition at line 134 of file py3c_compat.h.

◆ m_methods

PyMethodDef* PyModuleDef::m_methods

Definition at line 136 of file py3c_compat.h.

◆ m_name

const char* PyModuleDef::m_name

Definition at line 133 of file py3c_compat.h.

◆ m_size

Py_ssize_t PyModuleDef::m_size

Definition at line 135 of file py3c_compat.h.


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