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: [mg26708] Re: [mg26679] Finding what is in a package
  • From: Matt.Johnson at autolivasp.com
  • Date: Thu, 18 Jan 2001 00:57:14 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

If the package is "MyPackages`Package1`":

Names["MyPackages`Package1`*"]

-matt





Yossi Lonke <jrl16 at po.cwru.edu> on 01/16/2001 10:47:29 PM

cc:
Subject: [mg26708]  [mg26679] Finding what is in a package



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: Shortcut for magnitude of a Vector?
  • Next by Date: Re: Switching Output Format Type for a single cell
  • Previous by thread: Re: Finding what is in a package
  • Next by thread: Re: Finding what is in a package