File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -143,12 +143,12 @@ def getfuncargnames(
143
143
the case of cls, the function is a static method.
144
144
145
145
The name parameter should be the original name in which the function was collected.
146
-
147
- @RonnyPfannschmidt: This function should be refactored when we
148
- revisit fixtures. The fixture mechanism should ask the node for
149
- the fixture names, and not try to obtain directly from the
150
- function object well after collection has occurred.
151
146
"""
147
+ # TODO(RonnyPfannschmidt): This function should be refactored when we
148
+ # revisit fixtures. The fixture mechanism should ask the node for
149
+ # the fixture names, and not try to obtain directly from the
150
+ # function object well after collection has occurred.
151
+
152
152
# The parameters attribute of a Signature object contains an
153
153
# ordered mapping of parameter names to Parameter instances. This
154
154
# creates a tuple of the names of the parameters that don't have
You can’t perform that action at this time.
0 commit comments