THIS GIST WAS MOVED TO TERMSTANDARD/COLORS REPOSITORY.
PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!
| from itertools import chain, repeat | |
| import sys | |
| import types | |
| # byte offsets for structures | |
| if hasattr(sys, 'gettotalrefcount'): | |
| # under PyDEBUG builds | |
| _f_localsplus_offset = 392 | |
| _ob_item_offset = 40 | |
| else: |
THIS GIST WAS MOVED TO TERMSTANDARD/COLORS REPOSITORY.
PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!