Written by Greenman#0001
Last Updated Thursday, 05-Sep-2019 11:59:24 GMT-0400
Before you continue, please understand these things:
- This guide is written based on Synapse X's debug functions
Researched by Robert Quattlebaum darco@deepdarc.com.
Last updated 2020-02-03.
| #!/usr/bin/env python | |
| """Utilities for writing code that runs on Python 2 and 3""" | |
| import operator | |
| import sys | |
| import types | |
| __author__ = "Benjamin Peterson <benjamin@python.org>" | |
| __version__ = "1.2.0" |