When making a predicate on a sympy class should we always use is_foo as in is_Real or should we use isfoo as in isinstance? What is the standard style for denoting that something is a predicate?
This came up in https://github.com/sympy/sympy/pull/7346 for Set.issubset / Set.is_subset. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAJ8oX-FMzz3%3DnKDRZEQ_dtMuGXGxAsUyONyb36erxg%2BEjtfG3w%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
