()
| 370 | |
| 371 | # __class__ |
| 372 | def test___class__attribute(): |
| 373 | items = pm.eval("({'a': 10})") |
| 374 | assert repr(items.__class__) == "<class 'dict'>" |
| 375 | |
| 376 | # none value attribute |
| 377 |
nothing calls this directly
no outgoing calls
no test coverage detected