next | previous | forward | backward | up | top | index | toc | Macaulay2 website
Macaulay2Doc :: methodOptions(Function)

methodOptions(Function) -- recover the options used when a method function was created

Synopsis

Description

i1 : methodOptions source

o1 = OptionTable{Binary => false                         }
                 Dispatch => {Thing, Thing, Thing, Thing}
                 Options => null
                 TypicalValue => Thing

o1 : OptionTable
i2 : methodOptions res

o2 = OptionTable{Binary => false                                                                                                                                                                                                                         }
                 Dispatch => {Thing, Thing, Thing, Thing}
                 Options => {StopBeforeComputation => false, LengthLimit => (infinity), DegreeLimit => (null), SyzygyLimit => (infinity), PairLimit => (infinity), HardDegreeLimit => {}, SortStrategy => 0, Strategy => (null), FastNonminimal => false}
                 TypicalValue => Thing

o2 : OptionTable

Ways to use this method: