mirror of
https://github.com/pybind/pybind11.git
synced 2026-06-06 07:51:47 +00:00
Add callback examples with named parameters
This commit is contained in:
@@ -24,3 +24,4 @@ False
|
||||
Callback function 3 called : Partial object with one argument
|
||||
False
|
||||
func(43) = 44
|
||||
func(number=43) = 44
|
||||
|
||||
Reference in New Issue
Block a user