diff options
author | Fred Drake <fdrake@acm.org> | 2001-01-28 06:39:35 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-01-28 06:39:35 (GMT) |
commit | 5838d0fc846e2d601967e988f14c88b25d4d17ed (patch) | |
tree | d3986f988d6395b33faad81d6109849bd8ad9e3a /Doc/api/refcounts.dat | |
parent | 0149e84af280523f74bc2bccb6505eb12cf5bf9c (diff) | |
download | cpython-5838d0fc846e2d601967e988f14c88b25d4d17ed.zip cpython-5838d0fc846e2d601967e988f14c88b25d4d17ed.tar.gz cpython-5838d0fc846e2d601967e988f14c88b25d4d17ed.tar.bz2 |
Document the PyInstance_*() functions and data.
Diffstat (limited to 'Doc/api/refcounts.dat')
-rw-r--r-- | Doc/api/refcounts.dat | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Doc/api/refcounts.dat b/Doc/api/refcounts.dat index 4fa5547..2a3cc00 100644 --- a/Doc/api/refcounts.dat +++ b/Doc/api/refcounts.dat @@ -332,6 +332,15 @@ PyImport_ImportModuleEx:PyObject*:fromlist:0:??? PyImport_ReloadModule:PyObject*::+1: PyImport_ReloadModule:PyObject*:m:0: +PyInstance_New:PyObject*::+1: +PyInstance_New:PyObject*:klass:+1: +PyInstance_New:PyObject*:arg:0: +PyInstance_New:PyObject*:kw:0: + +PyInstance_NewRaw:PyObject*::+1: +PyInstance_NewRaw:PyObject*:klass:+1: +PyInstance_NewRaw:PyObject*:dict:+1: + PyInt_AS_LONG:long::: PyInt_AS_LONG:PyIntObject*:io:0: |