Searched refs:_stuff (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Lib/plat-mac/ |
D | PixMapWrapper.py | 85 def _stuff(self, element, bytes): member in PixMapWrapper 103 self._stuff('baseAddr', id(self.data) + MacOS.string_id_to_buffer) 106 self._stuff('rowBytes', val | 0x8000) 109 self._stuff('left',val[0]) 110 self._stuff('top',val[1]) 111 self._stuff('right',val[2]) 112 self._stuff('bottom',val[3]) 115 self._stuff(attr, int(val) << 16) 118 self._stuff(attr, val)
|