Re: original meaning of System` functions
- To: mathgroup at smc.vnet.net
- Subject: [mg115419] Re: original meaning of System` functions
- From: hemmecke <hemmecke at gmail.com>
- Date: Tue, 11 Jan 2011 00:30:42 -0500 (EST)
- References: <iged29$d6n$1@smc.vnet.net>
On Jan 10, 8:38 am, DrMajorBob <btre... at austin.rr.com> wrote: > I suppose you could export brief "shell" functions that call the ones you= > want to hide (which you would not export). Since Mathematica has no concept of a proper namespace, there is actually no difference between "exported" and "non-exported". You can easily get all the names of the package P by asking for Names["P`*"] Names["P`Private`*"] Then ??P`Private`F for some function F listed above, will show you the source. Can you please detail a bit more of what you mean? Ralf