Searched refs:obtype (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Lib/ |
D | pickletools.py | 961 def __init__(self, name, obtype, doc): argument 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, 985 obtype=(int, bool), 990 obtype=bool, 995 obtype=float, 1000 obtype=(bytes, str), [all …]
|