It's not in the `sympy` namespace, but it is documented as a part of `sympy.core.core` (not intentionally I suppose, it's just automatically extracted).

I.e. the question is whether we guarantee a stable API for just the `sympy` namespace, or for all submodules as well.

Motivation: I'm currently trying to eliminate metaclasses by removing unneeded features that they implement, this should make it *much* easier to clean up the metaclass mess we have. (Everything under ManagedProperties is using BasicMeta both as a superclass and a metaclass, which means that __init__ and __new__ are called both for class creation and object creation - eww.)

--
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 sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
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/55741804.2080109%40durchholz.org.
For more options, visit https://groups.google.com/d/optout.

Reply via email to