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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickletools.py 152 # of ArgumentDescriptor. These are not to be confused with arguments taken
153 # off the stack -- ArgumentDescriptor applies only to arguments embedded in
165 class ArgumentDescriptor(object):
213 uint1 = ArgumentDescriptor(
234 uint2 = ArgumentDescriptor(
255 int4 = ArgumentDescriptor(
311 stringnl = ArgumentDescriptor(
324 stringnl_noescape = ArgumentDescriptor(
344 stringnl_noescape_pair = ArgumentDescriptor(
379 string4 = ArgumentDescriptor(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickletools.py 152 # of ArgumentDescriptor. These are not to be confused with arguments taken
153 # off the stack -- ArgumentDescriptor applies only to arguments embedded in
165 class ArgumentDescriptor(object):
213 uint1 = ArgumentDescriptor(
234 uint2 = ArgumentDescriptor(
255 int4 = ArgumentDescriptor(
311 stringnl = ArgumentDescriptor(
324 stringnl_noescape = ArgumentDescriptor(
344 stringnl_noescape_pair = ArgumentDescriptor(
379 string4 = ArgumentDescriptor(
    [all...]

Completed in 125 milliseconds