Re: How to display package contents?
- To: mathgroup at smc.vnet.net
- Subject: [mg36742] Re: [mg36734] How to display package contents?
- From: Murray Eisenberg <murraye at attbi.com>
- Date: Sun, 22 Sep 2002 04:32:20 -0400 (EDT)
- Organization: Mathematics & Statistics, Univ. of Mass./Amherst
- References: <200209210622.CAA09672@smc.vnet.net>
- Reply-to: murray at math.umass.edu
- Sender: owner-wri-mathgroup at wolfram.com
I presume packagename is a context name, e.g., Graphics`Colors` . Then evaluating the expression Names["packagename*"] containing the wildcard symbol * will probably do what you want. It may tell you more than you want to know unless the package was decently written. By "decently" I mean that names not needing to be known to the outside world have been enclosed within a Private context within the package's context. jose flanigan wrote: > After I load a package using > <<packagename > > Is there a way to figure out what the package exports without editing > the source file? > > Thanks > > > -- Murray Eisenberg murray at math.umass.edu Mathematics & Statistics Dept. Lederle Graduate Research Tower phone 413 549-1020 (H) University of Massachusetts 413 545-2859 (W) 710 North Pleasant Street Amherst, MA 01375
- References:
- How to display package contents?
- From: jflanigan@netzero.net (jose flanigan)
- How to display package contents?