-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Labels
Effort: Loweasy taskeasy taskNeeds: TestHey, it compiles! Ship it!Hey, it compiles! Ship it!Priority: LowNot a big problem...Not a big problem...Type: EnhancementNew feature or requestNew feature or request
Description
My IDE complains that frozendict.deepfreeze() is not advertised in __init__.pyi.
- OS version: MacOS 13.6.6
- Python3 version (python3 -V -V):
Python 3.10.12 (main, Aug 16 2023, 12:57:33) [Clang 14.0.0 (clang-1400.0.29.202)]
Steps to reproduce:
- In PyCharm, write code that accesses the deepfreeze function, like:
import deepfreeze
def temp(x):
return frozendict.deepfreeze(x)
Actual result:
I get a warning flagged in PyCharm (even though the code runs fine):
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Effort: Loweasy taskeasy taskNeeds: TestHey, it compiles! Ship it!Hey, it compiles! Ship it!Priority: LowNot a big problem...Not a big problem...Type: EnhancementNew feature or requestNew feature or request
