mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
Add missing default_section to RawConfigParser (#4505)
This commit is contained in:
@@ -48,6 +48,7 @@ class LegacyInterpolation(Interpolation): ...
|
||||
|
||||
class RawConfigParser(_parser):
|
||||
BOOLEAN_STATES: ClassVar[Mapping[str, bool]] = ... # Undocumented
|
||||
default_section: str
|
||||
def __init__(
|
||||
self,
|
||||
defaults: Optional[_section] = ...,
|
||||
|
||||
Reference in New Issue
Block a user