We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5e4dce commit d80e8b7Copy full SHA for d80e8b7
1 file changed
stdlib/logging/__init__.pyi
@@ -245,7 +245,7 @@ NOTSET: Final = 0
245
class Handler(Filterer):
246
level: int # undocumented
247
formatter: Formatter | None # undocumented
248
- lock: threading.Lock | None # undocumented
+ lock: threading.RLock | None # undocumented
249
name: str | None # undocumented
250
def __init__(self, level: _Level = 0) -> None: ...
251
def get_name(self) -> str: ... # undocumented
0 commit comments