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

Function test___class__attribute

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

Source from the content-addressed store, hash-verified

370
371# __class__
372def test___class__attribute():
373 items = pm.eval("({'a': 10})")
374 assert repr(items.__class__) == "<class 'dict'>"
375
376# none value attribute
377

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected