[next][previous][up][top][index]
search for:

AfterPrint -- top level method applied after printing

This is used currently to print the type of the result of a computation.

i1 : 3/4

     3
o1 = -
     4

o1 : QQ

We could suppress that output for a single type as follows.

i2 : QQ.AfterPrint = r -> r;
i3 : 3/4

     3
o3 = -
     4

Methods for AfterPrint :

  • AfterPrint Boolean
  • AfterPrint CoherentSheaf
  • AfterPrint Expression
  • AfterPrint Holder
  • AfterPrint Ideal
  • AfterPrint Matrix
  • AfterPrint Module
  • AfterPrint MonomialIdeal
  • AfterPrint Net
  • AfterPrint RingMap
  • AfterPrint Thing
  • AfterPrint ZZ

  • [next][previous][up][top][index]
    search for: