I was going through some Python automation scripts and I saw the new (for me) keyword of ___threshold__ = 0.6. What it indicate? What it is used for?
I was going through some Python automation scripts and I saw the new (for
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are only three hits for
python "__threshold__"in Google. This doesn’t have any special meaning in Python, it’s just an identifier someone chose to use.__this_format__is only supposed to be used by built-in names, to prevent confusion like this.