Searched refs:_unpack_qstr (Results 1 – 1 of 1) sorted by relevance
254 self.simple_name = self._unpack_qstr(self.ip2)255 self.source_file = self._unpack_qstr(self.ip2 + 2)258 def _unpack_qstr(self, ip): member in RawCode461 qst = self._unpack_qstr(ip + 1).qstr_id
Completed in 7 milliseconds