#include <cpython_raw.h>
Public Member Functions | |
| NativePyMethodDef ()=default | |
| NativePyMethodDef (const Char *name, NativePyCFunctionWithKeywords meth, Int32 flags, const Char *doc) | |
Public Attributes | |
| const Char * | ml_name |
| NativePyCFunctionWithKeywords | ml_meth |
| Int32 | ml_flags |
| const Char * | ml_doc |
|
default |
| NativePyMethodDef | ( | const Char * | name, |
| NativePyCFunctionWithKeywords | meth, | ||
| Int32 | flags, | ||
| const Char * | doc | ||
| ) |
| const Char* ml_name |
| NativePyCFunctionWithKeywords ml_meth |
| Int32 ml_flags |
| const Char* ml_doc |