Searched refs:obtype (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/ | ||
H A D | pickletools.py | 955 'obtype', 961 def __init__(self, name, obtype, doc): 965 assert isinstance(obtype, type) or isinstance(obtype, tuple) 966 if isinstance(obtype, tuple): 967 for contained in obtype: 969 self.obtype = obtype 980 obtype=int, variable 985 obtype variable 990 obtype=bool, global() variable 995 obtype=float, global() variable 1000 obtype=(bytes, str), global() variable 1005 obtype=bytes, global() variable 1010 obtype=bytearray, global() variable 1015 obtype=str, global() variable 1020 obtype=type(None), global() variable 1025 obtype=tuple, global() variable 1030 obtype=list, global() variable 1035 obtype=dict, global() variable 1040 obtype=set, global() variable 1045 obtype=set, global() variable 1050 obtype=object, global() variable 1055 obtype=object, global() variable 1060 obtype=StackObject, global() variable 1074 obtype=StackObject, global() variable [all...] |
Completed in 2 milliseconds