|
||||
File indexing completed on 2025-01-30 10:18:08
0001 #ifndef Py_INTERNAL_MEMORYOBJECT_H 0002 #define Py_INTERNAL_MEMORYOBJECT_H 0003 #ifdef __cplusplus 0004 extern "C" { 0005 #endif 0006 0007 #ifndef Py_BUILD_CORE 0008 # error "this header requires Py_BUILD_CORE define" 0009 #endif 0010 0011 PyObject * 0012 _PyMemoryView_FromBufferProc(PyObject *v, int flags, 0013 getbufferproc bufferproc); 0014 0015 #ifdef __cplusplus 0016 } 0017 #endif 0018 #endif /* !Py_INTERNAL_MEMORYOBJECT_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |