importFrom(pkg, {"symbol1", "symbol2"})
This function can be used to import specific symbols from the private dictionary of another package into the private dictionary of the current package.
|
|
To import all private symbols of a package, use debug(Package) instead. The symbols imported with this function can then be exported using export or exportMutable.
The object importFrom is a method function.
The source of this document is in /build/reproducible-path/macaulay2-1.25.06+ds/M2/Macaulay2/packages/Macaulay2Doc/functions/export-doc.m2:140:0.