How can one defines a custom scheme handler for CEF in Python using CEFPython?
I've found this thread that explains how to define a CefSchemeHandlerFactory
and CefSchemeHandler
in C++. But I can't find out how should I employ CefBase
as a base type to implement these classes in Python and where is the documentation for equivalent classes in Python.