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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickletools.py 693 # and in the stack_before and stack_after attributes of OpcodeInfo
845 'stack_after',
855 stack_before, stack_after, proto, doc):
871 assert isinstance(stack_after, list)
872 for x in stack_after:
874 self.stack_after = stack_after
891 stack_after=[pyinteger_or_bool],
916 stack_after=[pyint],
930 stack_after=[pyint]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickletools.py 693 # and in the stack_before and stack_after attributes of OpcodeInfo
845 'stack_after',
855 stack_before, stack_after, proto, doc):
871 assert isinstance(stack_after, list)
872 for x in stack_after:
874 self.stack_after = stack_after
891 stack_after=[pyinteger_or_bool],
916 stack_after=[pyint],
930 stack_after=[pyint]
    [all...]

Completed in 190 milliseconds