opt
/
alt
/
python35
/
lib
/
python3.5
/
site-packages
/
cerberus
➕ New
📤 Upload
✎ Editing:
platform.py
← Back
""" Platform-dependent objects """ import sys PYTHON_VERSION = float(sys.version_info[0]) + float(sys.version_info[1]) / 10 if PYTHON_VERSION < 3: _str_type = basestring # noqa _int_types = (int, long) # noqa else: _str_type = str _int_types = (int,)
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel