wrap
pybind11
tests
test_embed
test_interpreter.py
Go to the documentation of this file.
1
import
sys
2
3
from
widget_module
import
Widget
4
5
6
class
DerivedWidget
(Widget):
7
def
__init__
(self, message):
8
super().
__init__
(message)
9
10
def
the_answer
(self):
11
return
42
12
13
def
argv0
(self):
14
return
sys.argv[0]
test_interpreter.DerivedWidget.the_answer
def the_answer(self)
Definition:
test_interpreter.py:10
test_interpreter.DerivedWidget
Definition:
test_interpreter.py:6
test_interpreter.DerivedWidget.__init__
def __init__(self, message)
Definition:
test_interpreter.py:7
test_interpreter.DerivedWidget.argv0
def argv0(self)
Definition:
test_interpreter.py:13
gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:37:46