📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 09:20:20
📂
/ (Root)
/
opt
/
alt
/
python37
/
lib64
/
python3.7
/
site-packages
/
simplejson
/
tests
📍 /opt/alt/python37/lib64/python3.7/site-packages/simplejson/tests
🔄 Refresh
✏️
Editing: test_default.py
Read Only
from unittest import TestCase import simplejson as json class TestDefault(TestCase): def test_default(self): self.assertEqual( json.dumps(type, default=repr), json.dumps(repr(type)))
💾 Save Changes
❌ Cancel