トップ 一覧 検索 ヘルプ RSS ログイン

BugTrack-その他のメモ/26の変更点

+*あるいは
+ import Pyro.core
+ 
+ # finds object automatically if you're running the Name Server.
+ jokes = Pyro.core.getProxyForURI("PYROLOC://127.0.0.1:7766/hello")
+ 
+ jokes.hi("test")
+ "Hi test, How's going?"