We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef2179c commit cedb74cCopy full SHA for cedb74c
varname/core.py
@@ -291,6 +291,11 @@ def nameof(
291
VarnameRetrievingError: When the callee's node cannot be retrieved or
292
trying to retrieve the full name of non attribute series calls.
293
"""
294
+ warnings.warn(
295
+ "`nameof` is deprecated and will be removed in the future. "
296
+ "Please use `argname` instead.",
297
+ DeprecationWarning,
298
+ )
299
# Frame is anyway used in get_node
300
frameobj = IgnoreList.create(
301
ignore_lambda=False,
0 commit comments