Home
last modified time | relevance | path

Searched refs:_OPARG_WIDTH (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/
Ddis.py197 _OPARG_WIDTH = 5 variable
244 fields.append(repr(self.arg).rjust(_OPARG_WIDTH))
/external/python/cpython3/Lib/test/
Dtest_dis.py451 width += 1 + dis._OPARG_WIDTH