@@ -1233,28 +1233,28 @@ quux.<CURSOR>
12331233 baz :: Unknown | Literal[3]
12341234 foo :: Unknown | Literal[1]
12351235 __annotations__ :: dict[str, Any]
1236- __class__ :: type
1237- __delattr__ :: bound method object .__delattr__(name: str, /) -> None
1236+ __class__ :: type[Quux]
1237+ __delattr__ :: bound method Quux .__delattr__(name: str, /) -> None
12381238 __dict__ :: dict[str, Any]
1239- __dir__ :: bound method object .__dir__() -> Iterable[str]
1239+ __dir__ :: bound method Quux .__dir__() -> Iterable[str]
12401240 __doc__ :: str | None
1241- __eq__ :: bound method object .__eq__(value: object, /) -> bool
1242- __format__ :: bound method object .__format__(format_spec: str, /) -> str
1243- __getattribute__ :: bound method object .__getattribute__(name: str, /) -> Any
1244- __getstate__ :: bound method object .__getstate__() -> object
1245- __hash__ :: bound method object .__hash__() -> int
1241+ __eq__ :: bound method Quux .__eq__(value: object, /) -> bool
1242+ __format__ :: bound method Quux .__format__(format_spec: str, /) -> str
1243+ __getattribute__ :: bound method Quux .__getattribute__(name: str, /) -> Any
1244+ __getstate__ :: bound method Quux .__getstate__() -> object
1245+ __hash__ :: bound method Quux .__hash__() -> int
12461246 __init__ :: bound method Quux.__init__() -> Unknown
1247- __init_subclass__ :: bound method object .__init_subclass__() -> None
1247+ __init_subclass__ :: bound method Quux .__init_subclass__() -> None
12481248 __module__ :: str
1249- __ne__ :: bound method object .__ne__(value: object, /) -> bool
1250- __new__ :: bound method object .__new__() -> Self@object
1251- __reduce__ :: bound method object .__reduce__() -> str | tuple[Any, ...]
1252- __reduce_ex__ :: bound method object .__reduce_ex__(protocol: SupportsIndex, /) -> str | tuple[Any, ...]
1253- __repr__ :: bound method object .__repr__() -> str
1254- __setattr__ :: bound method object .__setattr__(name: str, value: Any, /) -> None
1255- __sizeof__ :: bound method object .__sizeof__() -> int
1256- __str__ :: bound method object .__str__() -> str
1257- __subclasshook__ :: bound method type.__subclasshook__(subclass: type, /) -> bool
1249+ __ne__ :: bound method Quux .__ne__(value: object, /) -> bool
1250+ __new__ :: bound method Quux .__new__() -> Self@object
1251+ __reduce__ :: bound method Quux .__reduce__() -> str | tuple[Any, ...]
1252+ __reduce_ex__ :: bound method Quux .__reduce_ex__(protocol: SupportsIndex, /) -> str | tuple[Any, ...]
1253+ __repr__ :: bound method Quux .__repr__() -> str
1254+ __setattr__ :: bound method Quux .__setattr__(name: str, value: Any, /) -> None
1255+ __sizeof__ :: bound method Quux .__sizeof__() -> int
1256+ __str__ :: bound method Quux .__str__() -> str
1257+ __subclasshook__ :: bound method type[Quux] .__subclasshook__(subclass: type, /) -> bool
12581258 " ) ;
12591259 }
12601260
@@ -1278,28 +1278,28 @@ quux.b<CURSOR>
12781278 baz :: Unknown | Literal[3]
12791279 foo :: Unknown | Literal[1]
12801280 __annotations__ :: dict[str, Any]
1281- __class__ :: type
1282- __delattr__ :: bound method object .__delattr__(name: str, /) -> None
1281+ __class__ :: type[Quux]
1282+ __delattr__ :: bound method Quux .__delattr__(name: str, /) -> None
12831283 __dict__ :: dict[str, Any]
1284- __dir__ :: bound method object .__dir__() -> Iterable[str]
1284+ __dir__ :: bound method Quux .__dir__() -> Iterable[str]
12851285 __doc__ :: str | None
1286- __eq__ :: bound method object .__eq__(value: object, /) -> bool
1287- __format__ :: bound method object .__format__(format_spec: str, /) -> str
1288- __getattribute__ :: bound method object .__getattribute__(name: str, /) -> Any
1289- __getstate__ :: bound method object .__getstate__() -> object
1290- __hash__ :: bound method object .__hash__() -> int
1286+ __eq__ :: bound method Quux .__eq__(value: object, /) -> bool
1287+ __format__ :: bound method Quux .__format__(format_spec: str, /) -> str
1288+ __getattribute__ :: bound method Quux .__getattribute__(name: str, /) -> Any
1289+ __getstate__ :: bound method Quux .__getstate__() -> object
1290+ __hash__ :: bound method Quux .__hash__() -> int
12911291 __init__ :: bound method Quux.__init__() -> Unknown
1292- __init_subclass__ :: bound method object .__init_subclass__() -> None
1292+ __init_subclass__ :: bound method Quux .__init_subclass__() -> None
12931293 __module__ :: str
1294- __ne__ :: bound method object .__ne__(value: object, /) -> bool
1295- __new__ :: bound method object .__new__() -> Self@object
1296- __reduce__ :: bound method object .__reduce__() -> str | tuple[Any, ...]
1297- __reduce_ex__ :: bound method object .__reduce_ex__(protocol: SupportsIndex, /) -> str | tuple[Any, ...]
1298- __repr__ :: bound method object .__repr__() -> str
1299- __setattr__ :: bound method object .__setattr__(name: str, value: Any, /) -> None
1300- __sizeof__ :: bound method object .__sizeof__() -> int
1301- __str__ :: bound method object .__str__() -> str
1302- __subclasshook__ :: bound method type.__subclasshook__(subclass: type, /) -> bool
1294+ __ne__ :: bound method Quux .__ne__(value: object, /) -> bool
1295+ __new__ :: bound method Quux .__new__() -> Self@object
1296+ __reduce__ :: bound method Quux .__reduce__() -> str | tuple[Any, ...]
1297+ __reduce_ex__ :: bound method Quux .__reduce_ex__(protocol: SupportsIndex, /) -> str | tuple[Any, ...]
1298+ __repr__ :: bound method Quux .__repr__() -> str
1299+ __setattr__ :: bound method Quux .__setattr__(name: str, value: Any, /) -> None
1300+ __sizeof__ :: bound method Quux .__sizeof__() -> int
1301+ __str__ :: bound method Quux .__str__() -> str
1302+ __subclasshook__ :: bound method type[Quux] .__subclasshook__(subclass: type, /) -> bool
13031303 " ) ;
13041304 }
13051305
0 commit comments