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

Function test_toLocaleString

tests/python/test_dicts.py:364–368  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

362
363
364def test_toLocaleString():
365 items = {'a': 10}
366 result = [0]
367 pm.eval("(result, obj) => {result[0] = obj.toLocaleString()}")(result, items)
368 assert result[0] == '[object Object]'
369
370
371# __class__

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected