HomeSort by relevance Sort by last modified time
    Searched refs:opcode_sig_re (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Doc/tools/extensions/
pyspecific.py 205 opcode_sig_re = re.compile(r'(\w+(?:\+\d)?)(?:\s*\((.*)\))?') variable
209 m = opcode_sig_re.match(sig)
  /external/python/cpython3/Doc/tools/extensions/
pyspecific.py 326 opcode_sig_re = re.compile(r'(\w+(?:\+\d)?)(?:\s*\((.*)\))?') variable
331 m = opcode_sig_re.match(sig)

Completed in 65 milliseconds