Skip to content

Commit 1a342b3

Browse files
committed
BREAKING CHANGE: deprecate nameof (see #117 (comment))
1 parent 55a2832 commit 1a342b3

File tree

5 files changed

+10
-448
lines changed

5 files changed

+10
-448
lines changed

tests/test_bytecode_nameof.py

-136
This file was deleted.

tests/test_nameof.py

-108
This file was deleted.

varname/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
MaybeDecoratedFunctionWarning,
1212
UsingExecWarning,
1313
)
14-
from .core import varname, nameof, will, argname
14+
from .core import varname, will, argname
1515

1616
__version__ = "0.13.5"

0 commit comments

Comments
 (0)