MCPcopy Create free account
hub / github.com/apache/thrift / HelloSvcHandler

Class HelloSvcHandler

lib/nodejs/examples/httpServer.py:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27
28class HelloSvcHandler:
29 def hello_func(self):
30 print("Hello Called")
31 return "hello from Python"
32
33
34processor = HelloSvc.Processor(HelloSvcHandler())

Callers 1

httpServer.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected