Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/microsoft/playwright-python
/ RouteGreenlet
Class
RouteGreenlet
playwright/_impl/_greenlets.py:37–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
36
37
class
RouteGreenlet(greenlet.greenlet):
38
def
__str__(self) -> str:
39
return
"<RouteGreenlet>"
40
41
42
class
LocatorHandlerGreenlet(greenlet.greenlet):
Callers
1
_handle_internal
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected