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 2d5c942 commit d4ed4b6Copy full SHA for d4ed4b6
deepxde/utils/internal.py
@@ -203,8 +203,7 @@ def get_num_args(func):
203
return len(params) - ("self" in params)
204
205
def has_default_values(func):
206
- """
207
- Check if the given function has default values for its parameters.
+ """Check if the given function has default values for its parameters.
208
209
Args:
210
func (function): The function to inspect.
0 commit comments