Lines Matching refs:issubclass
150 if issubclass(typ, dict) and r is dict.__repr__:
179 if ((issubclass(typ, list) and r is list.__repr__) or
180 (issubclass(typ, tuple) and r is tuple.__repr__) or
181 (issubclass(typ, set) and r is set.__repr__) or
182 (issubclass(typ, frozenset) and r is frozenset.__repr__)
185 if issubclass(typ, list):
188 elif issubclass(typ, tuple):
217 if issubclass(typ, tuple) and length == 1:
265 if issubclass(typ, dict) and r is dict.__repr__:
290 if (issubclass(typ, list) and r is list.__repr__) or \
291 (issubclass(typ, tuple) and r is tuple.__repr__):
292 if issubclass(typ, list):