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

Function test_not_instanceof_string

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

Source from the content-addressed store, hash-verified

334
335
336def test_not_instanceof_string():
337 items = {'a': 10}
338 result = [None]
339 pm.eval("(result, obj) => {result[0] = obj instanceof String}")(result, items)
340 assert not result[0]
341
342# valueOf
343

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected