Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
class
HelloSvcHandler:
29
def
hello_func(self):
30
print(
"Hello Called"
)
31
return
"hello from Python"
32
33
34
processor = HelloSvc.Processor(HelloSvcHandler())
Callers
1
httpServer.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected