mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-27 03:52:19 +08:00
add (overwrite with) mypy stubs, if available
This commit is contained in:
5
stdlib/2.7/atexit.pyi
Normal file
5
stdlib/2.7/atexit.pyi
Normal file
@@ -0,0 +1,5 @@
|
||||
from typing import TypeVar, Any
|
||||
|
||||
_FT = TypeVar('_FT')
|
||||
|
||||
def register(func: _FT, *args: Any, **kargs: Any) -> _FT: ...
|
||||
Reference in New Issue
Block a user