Searched refs:ClassMethodType (Results 1 – 2 of 2) sorted by relevance
11 ClassMethodType = type(classmethod(lambda c: None)) variable68 if (not isinstance(classdict[name], ClassMethodType) or
12 ClassMethodType = type(classmethod(lambda c: None)) variable78 if (not isinstance(classdict[name], ClassMethodType) or