PyMethodDef Struct Reference

PyMethodDef Struct Reference

#include <methodobject.h>

Class Description

Definition at line 37 of file methodobject.h.

Public Attributes

const char * ml_name
 
PyCFunction ml_meth
 
int ml_flags
 
const char * ml_doc
 

Member Data Documentation

const char* ml_doc

Definition at line 42 of file methodobject.h.

int ml_flags

Definition at line 40 of file methodobject.h.

PyCFunction ml_meth

Definition at line 39 of file methodobject.h.

const char* ml_name

Definition at line 38 of file methodobject.h.


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