Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cztomczak/cefpython
/ RequestHandler
Class
RequestHandler
unittests/issue517.py:27–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
26
27
class
RequestHandler:
28
def
GetResourceHandler(self, browser, frame, request):
29
print(request.GetPostData())
30
return
None
31
32
def
main():
33
sys.excepthook = cef.ExceptHook
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected