mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-11 08:03:55 +00:00
23 lines
256 B
Plaintext
23 lines
256 B
Plaintext
example
|
|
example.submodule
|
|
submodule_func()
|
|
A constructor
|
|
A constructor
|
|
B constructor
|
|
A[1]
|
|
A[1]
|
|
A[2]
|
|
A[2]
|
|
A constructor
|
|
A destructor
|
|
A constructor
|
|
A destructor
|
|
A[42]
|
|
A[42]
|
|
A[43]
|
|
A[43]
|
|
OrderedDict([(1, 'a'), (2, 'b')])
|
|
B destructor
|
|
A destructor
|
|
A destructor
|