mirror of
https://github.com/pybind/pybind11.git
synced 2026-06-08 15:29:45 +00:00
Initial commit
This commit is contained in:
16
example/example4.ref
Normal file
16
example/example4.ref
Normal file
@@ -0,0 +1,16 @@
|
||||
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
|
||||
Reference in New Issue
Block a user