mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-03 06:28:28 +08:00
Add __slots__ to third-party packages using stubdefaulter (#14619)
This commit is contained in:
@@ -428,6 +428,7 @@ class YAMLObjectMetaclass(type):
|
||||
def __init__(cls, name, bases, kwds) -> None: ...
|
||||
|
||||
class YAMLObject(metaclass=YAMLObjectMetaclass):
|
||||
__slots__ = ()
|
||||
yaml_loader: Any
|
||||
yaml_dumper: Any
|
||||
yaml_tag: Any
|
||||
|
||||
Reference in New Issue
Block a user