MCPcopy 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
47class EventGreenlet(greenlet.greenlet):
48 def __str__(self) -> str:
49 return "<EventGreenlet>"

Callers 1

dispatchMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected