mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
Adds several attributes which were missing from the Logger types, including "name", "level", and "parent". Because the type of "parent" is a union of Logger and PlaceHolder, we also define types for PlaceHolder and all of it's methods.