We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06ab478 commit e6403daCopy full SHA for e6403da
python/core/__init__.py
@@ -52,8 +52,6 @@ def func(self, values, feature, parent):
52
helptext = function.__doc__ or ''
53
helptext = helptext.strip()
54
expandargs = False
55
- if arg_count == 0 and not name[0] == '$':
56
- name = '${0}'.format(name)
57
58
if arg_count == "auto":
59
# Work out the number of args we need.
0 commit comments