Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Public Attributes | List of all members
PyMethodDef Struct Reference

#include <methodobject.h>

Public Attributes

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

Member Data Documentation

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

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

Copyright 2014 Google Inc. All rights reserved.