MCPcopy Create free account
hub / github.com/Distributive-Network/PythonMonkey / printTimersDebugInfo

Function printTimersDebugInfo

python/pythonmonkey/lib/wtfpm.py:9–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7
8
9def printTimersDebugInfo():
10 pm.eval("""(require) => {
11 const internalBinding = require('internal-binding');
12 const { getAllRefedTimersDebugInfo: getDebugInfo } = internalBinding('timers');
13 console.log(getDebugInfo())
14 console.log(new Date())
15 }""")(pm.createRequire(__file__))
16
17
18class WTF:

Callers 1

__exit__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected