You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the point of having _ = ? This is exactly what happens in Python internally, anyway. If this is done to prevent printing an output returned by the function, a much more elegant way would be to put ; at the end of the line.
I'm pretty sure I asked this question already, but probably not on GitHub. Sorry for not remembering the answer
Version information
The current release of ehrapy at the time of writing is 0.8.0
The text was updated successfully, but these errors were encountered:
Report
It is not uncommon to see elements of code like this in the documentation:
What is the point of having
_ =
? This is exactly what happens in Python internally, anyway. If this is done to prevent printing an output returned by the function, a much more elegant way would be to put;
at the end of the line.I'm pretty sure I asked this question already, but probably not on GitHub. Sorry for not remembering the answer
Version information
The current release of ehrapy at the time of writing is
0.8.0
The text was updated successfully, but these errors were encountered: