Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Allow to register formatter by types with lower precedence. #10653
Comments
Carreau
added this to the
5.5
milestone
Jun 9, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Carreau commentedJun 9, 2017
See #10650 as well, for bugs in the precedence of formatters. With
ipython/dispwe want to register formatters for older version of pyspark where objects do not define_repr_*_, but so far the formatters are understood as "user defined", meaning that they take precedence over the_repr_*_methods. It would be nice to have an extra way of registering formatter with lower precedence.cc @rgbkrk