Macaulay2 » Documentation
Packages » Macaulay2Doc » The Macaulay2 language » creating a package » exportFrom
next | previous | forward | backward | up | index | toc

exportFrom -- export symbols from a package's private dictionary

Description

This function can be used to export specific symbols from the private dictionary of another package.

i1 : exportFrom_Core {"HTML"}

o1 = {HTML}

o1 : List

See also

Ways to use exportFrom:

  • exportFrom(Package,List)
  • exportFrom(Package,String)
  • exportFrom(String,List)
  • exportFrom(String,String)

For the programmer

The object exportFrom is a method function.


The source of this document is in Macaulay2Doc/functions/export-doc.m2:140:0.