PageRenderTime 63ms CodeModel.GetById 38ms RepoModel.GetById 0ms app.codeStats 0ms

/HTML/R/2606.html

https://github.com/cocoatomo/Python3.2_C_API_Tutorial
HTML | 14 lines | 14 code | 0 blank | 0 comment | 0 complexity | 9da65a9f66e5cd663214540ec7399e55 MD5 | raw file
  1. <html>
  2. <head>
  3. <title>PyCFunction_NewEx</title>
  4. <meta name='robots' content='noindex,nofollow'>
  5. <meta name='generator' content='GLOBAL-5.8.1'>
  6. </head>
  7. <body text='#191970' bgcolor='#f5f5dc' vlink='gray'>
  8. <pre>
  9. <a href='../S/540.html#L48'>PyCFunction_NewEx</a> 48 Include/methodobject.h #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL)
  10. <a href='../S/2801.html#L317'>PyCFunction_NewEx</a> 317 Objects/methodobject.c return PyCFunction_NewEx(ml, self, NULL);
  11. <a href='../S/2802.html#L131'>PyCFunction_NewEx</a> 131 Objects/moduleobject.c v = PyCFunction_NewEx(ml, (PyObject*)m, n);
  12. </pre>
  13. </body>
  14. </html>