Kaydet (Commit) 498834b7 authored tarafından Victor Stinner's avatar Victor Stinner

Fix inspect.ismethod() doc

Closes #16851: Fix inspect.ismethod() doc, return also True if object is an
unbound method.

Patch written by Anna Koroliuk.
üst 0fd213c5
......@@ -272,7 +272,8 @@ Note:
.. function:: ismethod(object)
Return true if the object is a bound method written in Python.
Return true if the object is a bound or unbound method written in Python.
.. function:: isfunction(object)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment