Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/microsoft/playwright-python
/ monotonic_time
Function
monotonic_time
playwright/_impl/_helper.py:390–391 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
388
389
390
def
monotonic_time() -> int:
391
return
math.floor(time.monotonic() * 1000)
392
393
394
class
RouteHandlerInvocation:
Callers
3
_with_element
Method · 0.90
expect_navigation
Method · 0.90
continuation
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected