mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
Add _pydecimal and _decimal stubs (#4003)
This commit is contained in:
2
stdlib/3/_decimal.pyi
Normal file
2
stdlib/3/_decimal.pyi
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
from decimal import *
|
||||
4
stdlib/3/_pydecimal.pyi
Normal file
4
stdlib/3/_pydecimal.pyi
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
# This is a slight lie, the implementations aren't exactly identical
|
||||
# However, in all likelihood, the differences are inconsequential
|
||||
from decimal import *
|
||||
Reference in New Issue
Block a user