colorlab
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

whitespace
text/x-python

Download raw (257 bytes)

# Whitespace buffer. Behaves like a character object
class Whitespace (object):
        def __init__ (self, width = False):
                self.width = width if width <> False else 0
                
                return 'PR0,{0:.1f}'.format (self.width)