Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Distributive-Network/PythonMonkey
/ test___class__attribute
Function
test___class__attribute
tests/python/test_lists.py:1244–1246 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1242
1243
1244
def
test___class__attribute():
1245
items = pm.eval(
"([1,2,3,4,5,6])"
)
1246
assert repr(items.__class__) ==
"<class 'list'>"
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected