mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-29 10:14:37 +08:00
Add _pydecimal and _decimal stubs (#4003)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
|
||||
from decimal import *
|
||||
@@ -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