Home
last modified time | relevance | path

Searched refs:obtype (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/
Dpickletools.py710 def __init__(self, name, obtype, doc): argument
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,
739 obtype=(int, long, bool),
745 obtype=(bool,),
750 obtype=float,
[all …]