mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Futher update docs after unbound method removal.
This commit is contained in:
parent
ff737954f3
commit
2e0b7557b1
8 changed files with 93 additions and 119 deletions
|
@ -2600,8 +2600,9 @@ There are some useful functions that are useful for working with method objects.
|
|||
function that will be called when the method is called. If this method should
|
||||
be bound to an instance, *self* should be the instance and *class* should be the
|
||||
class of *self*, otherwise *self* should be *NULL* and *class* should be the
|
||||
class which provides the unbound method..
|
||||
class which provides the unbound method.
|
||||
|
||||
.. XXX no unbound methods anymore...
|
||||
|
||||
.. cfunction:: PyObject* PyMethod_Class(PyObject *meth)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue