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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pickletools.py 704 'obtype',
710 def __init__(self, name, obtype, doc):
714 assert isinstance(obtype, type) or isinstance(obtype, tuple)
715 if isinstance(obtype, tuple):
716 for contained in obtype:
718 self.obtype = obtype
729 obtype=int,
734 obtype=long,
    [all...]
  /external/python/cpython2/Lib/
pickletools.py 704 'obtype',
710 def __init__(self, name, obtype, doc):
714 assert isinstance(obtype, type) or isinstance(obtype, tuple)
715 if isinstance(obtype, tuple):
716 for contained in obtype:
718 self.obtype = obtype
729 obtype=int,
734 obtype=long
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pickletools.py 704 'obtype',
710 def __init__(self, name, obtype, doc):
714 assert isinstance(obtype, type) or isinstance(obtype, tuple)
715 if isinstance(obtype, tuple):
716 for contained in obtype:
718 self.obtype = obtype
729 obtype=int,
734 obtype=long
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pickletools.py 704 'obtype',
710 def __init__(self, name, obtype, doc):
714 assert isinstance(obtype, type) or isinstance(obtype, tuple)
715 if isinstance(obtype, tuple):
716 for contained in obtype:
718 self.obtype = obtype
729 obtype=int,
734 obtype=long
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickletools.py 704 'obtype',
710 def __init__(self, name, obtype, doc):
714 assert isinstance(obtype, type) or isinstance(obtype, tuple)
715 if isinstance(obtype, tuple):
716 for contained in obtype:
718 self.obtype = obtype
729 obtype=int,
734 obtype=long
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickletools.py 704 'obtype',
710 def __init__(self, name, obtype, doc):
714 assert isinstance(obtype, type) or isinstance(obtype, tuple)
715 if isinstance(obtype, tuple):
716 for contained in obtype:
718 self.obtype = obtype
729 obtype=int,
734 obtype=long
    [all...]
  /external/python/cpython3/Lib/
pickletools.py 949 'obtype',
955 def __init__(self, name, obtype, doc):
959 assert isinstance(obtype, type) or isinstance(obtype, tuple)
960 if isinstance(obtype, tuple):
961 for contained in obtype:
963 self.obtype = obtype
974 obtype=int, variable
979 obtype=(int, bool), variable
984 obtype=bool, variable
989 obtype=float, variable
994 obtype=(bytes, str), variable
999 obtype=bytes, variable
1004 obtype=str, variable
1009 obtype=type(None), variable
1014 obtype=tuple, variable
1019 obtype=list, variable
1024 obtype=dict, variable
1029 obtype=set, variable
1034 obtype=set, variable
1039 obtype=object, variable
1044 obtype=StackObject, variable
1058 obtype=StackObject, variable
    [all...]

Completed in 614 milliseconds