예제 #1
0
파일: simservs.py 프로젝트: rkday/crest
 def put(self, *args):
     PassthroughHandler.put(self, *args)
예제 #2
0
 def put(self, *args):
     return PassthroughHandler.put(self, *args)
예제 #3
0
파일: validator.py 프로젝트: kosalayb/crest
 def put(self, *args):
     return PassthroughHandler.put(self, *args)
예제 #4
0
파일: simservs.py 프로젝트: rkday/crest
 def put(self, *args):
     PassthroughHandler.put(self, *args)