Hi, I am reading through some code and I have something like this happening:```

Hi, I am reading through some code and I have something like this happening:

    all(x) = all_gaus(x, y)

Now I cannot seem to find at all where the all_gaus function is. I see a candidate, but changing that candidate doesn’t actually change what all does

Note that the original poster on Slack cannot see your response here on Discourse. Consider transcribing the appropriate answer back to Slack, or pinging the poster here on Discourse so they can follow this thread.
(Original message :slack:) (More Info)

print(methods(all_gaus))