Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
sample
script
testsyncexec.py
Go to the documentation of this file.
1
import
syncExec
2
import
java.lang.Runnable
as
Runnable
3
4
class
MyRunnable
(Runnable):
5
def
run
(self):
6
print
"a"
7
return
None
8
9
syncExec.Exec
(
MyRunnable
())
10
testsyncexec.MyRunnable.run
def run(self)
Definition:
testsyncexec.py:5
syncExec.Exec
def Exec(r)
Definition:
syncExec.py:3
testsyncexec.MyRunnable
Definition:
testsyncexec.py:4
openhrp3
Author(s): AIST, General Robotix Inc., Nakamura Lab of Dept. of Mechano Informatics at University of Tokyo
autogenerated on Sat Apr 13 2019 02:14:25