MCPcopy Create free account
hub / github.com/ActiveState/code / EOSL

Method EOSL

recipes/Python/577379_BIRLE_Decoder/recipe-577379.py:78–86  ·  view source on GitHub ↗

00 00: End Of Scan Line

(self,*arg)

Source from the content-addressed store, hash-verified

76 self.tmp.write(chr(pixel))
77
78 def EOSL(self,*arg):
79 """ 00 00: End Of Scan Line """
80 remain = self.w - self.rPix
81 if not self.EORLED:
82 self.rPix = 0
83 self.lns += 1
84 if remain == 0: remain = 2#fix for EOSL
85 for i in range(remain):
86 self.HPIX(0x00)
87
88 def MOFF(self,*arg):
89 """ 00 02: Move Offset """

Callers 1

EORLEMethod · 0.95

Calls 2

HPIXMethod · 0.95
rangeFunction · 0.85

Tested by

no test coverage detected