Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dpickletester.py87 def count_opcode(code, pickle): function
1311 num_appends = count_opcode(pickle.APPENDS, s)
1320 num_appends = count_opcode(pickle.APPENDS, s)
1333 num_setitems = count_opcode(pickle.SETITEMS, s)
1342 num_setitems = count_opcode(pickle.SETITEMS, s)