sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #17485
Re: [Question #226713]: How to create an instance of an inherited class in unittest Python so that I can register the instance of that class in simpleXMLRPCServer
Question #226713 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/226713
Status: Open => Answered
RaiMan proposed the following answer:
If you register instances, the contained methods are only registered, if
not any method with the same name is already registered.
Therefore in my example I named the method inside Hallo as hallo1, since
I alrea
so the client call must be
c.hallo1()
... if you are using my example.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.