mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 13:15:12 +00:00
minor comment about binding static methods
This commit is contained in:
parent
10c74c6f34
commit
43b6a23a89
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user