Name isinstance Synopsis isinstance(obj,cls) Returns True when obj is an instance of class cls (or any subclass of cls) or when cls is a type …
確定! 回上一頁