diff --git a/crates/erg_compiler/lib/pystd/abc.d.er b/crates/erg_compiler/lib/pystd/abc.d.er index c4711a46..a9e73efc 100644 --- a/crates/erg_compiler/lib/pystd/abc.d.er +++ b/crates/erg_compiler/lib/pystd/abc.d.er @@ -7,6 +7,7 @@ .ABCMeta. __instancecheck__: (self: .ABCMeta, instance: Obj) -> Bool __subclasscheck__: (self: .ABCMeta, subclass: Type) -> Bool + __subclasshook__: (self: .ABCMeta, subclass: Type) -> Bool register: (self: .ABCMeta, subclass: Type) -> NoneType .ABC: ClassType