mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-11 16:13:53 +00:00
17 lines
311 B
Plaintext
17 lines
311 B
Plaintext
test_function()
|
|
test_function(7)
|
|
test_function(enum=1)
|
|
test_function(enum=2)
|
|
Example4::test_function(enum=1)
|
|
<class 'example.EMyEnumeration'>
|
|
EMyEnumeration.EFirstEntry
|
|
EMyEnumeration.ESecondEntry
|
|
EMyEnumeration.EFirstEntry
|
|
False
|
|
3.5
|
|
None
|
|
None
|
|
<class 'example.Example4.EMode'>
|
|
EMode.EFirstMode
|
|
EMode.EFirstMode
|