minor comment about binding static methods

This commit is contained in:
Wenzel Jakob 2016-02-07 17:24:41 +01:00
parent 10c74c6f34
commit 43b6a23a89

View File

@ -57,6 +57,11 @@ interactive Python session demonstrating this example is shown below:
>>> p.getName()
u'Charly'
.. seealso::
Static member functions can be bound in the same way using
:func:`class_::def_static`.
Keyword and default arguments
=============================
It is possible to specify keyword and default arguments using the syntax