MathGroup Archive 2001

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Finding what is in a package

  • To: mathgroup at smc.vnet.net
  • Subject: [mg26695] Re: Finding what is in a package
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Thu, 18 Jan 2001 00:57:06 -0500 (EST)
  • Organization: Universitaet Leipzig
  • References: <943dqs$ckd@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

say you have a package that creates the context
"Personal`SolutionOfEverything`"

than you can load the package

<<Personal`SolutionOfEverything`

and with

?Personal`SolutionOfEverything`*


you get all the public names in the package.

Regards
  Jens

Yossi Lonke wrote:
> 
> I am developing a package -- and I would like to get
> a list of all functions for which I've written a usage message,
> so that I can see what I have and what I don't have.
> 
> How can I do it? ( I don't want all the functions to start
> with the same letter! )
> 
> Yossi Lonke


  • Prev by Date: Re: 20 variations on Pascal's Triangle
  • Next by Date: Re: Finding what is in a package
  • Previous by thread: Re: Finding what is in a package
  • Next by thread: Re: Finding what is in a package