Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/microsoft/playwright-python
/ EventGreenlet
Class
EventGreenlet
playwright/_impl/_greenlets.py:47–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
46
47
class
EventGreenlet(greenlet.greenlet):
48
def
__str__(self) -> str:
49
return
"<EventGreenlet>"
Callers
1
dispatch
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected