MCPcopy
hub / github.com/microsoft/playwright-python / LocatorHandlerGreenlet

Class LocatorHandlerGreenlet

playwright/_impl/_greenlets.py:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41
42class LocatorHandlerGreenlet(greenlet.greenlet):
43 def __str__(self) -> str:
44 return "<LocatorHandlerGreenlet>"
45
46
47class EventGreenlet(greenlet.greenlet):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected