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

Function test_instanceof_object

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

Source from the content-addressed store, hash-verified

157
158
159def test_instanceof_object():
160 a = {'c': 5.0}
161 result = [None]
162 pm.eval("(result, obj) => {result[0] = obj instanceof Object}")(result, a)
163 assert result[0]
164
165# iter
166

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected