Guest User

Untitled

a guest
Jul 17th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. Package`CreatePackageCache[
  2. pkgContext,
  3. pkgDir,
  4. Package`AutloadPackage->boolean]
  5.  
  6. Package`DeclareLoad[
  7. {symbols},
  8. context,
  9. Package`HiddenImport->boolean,
  10. Path->pathspec,
  11. Package`ExportedContexts->{contexts}]
  12.  
  13. Package`ActivateLoad[
  14. symbol,
  15. {symbols},
  16. context,
  17. {Package`HiddenImport->boolean, Path->pathspec}
  18. ]
  19.  
  20. Package["TestPKG`"]
  21.  
  22. PackageScope["blumpf"]
  23. PackageExport["Blah"]
  24. PackageExport["Blah2"]
  25.  
  26. Package`ActivateLoad[loadMyTools,
  27. {loadMyTools},
  28. "MyTools`",
  29. {Package`HiddenImport -> True, Path -> Automatic}]
  30.  
  31. $InstallationDirectory/SystemFiles/Components/MXNetLink/*.m
  32. $InstallationDirectory/SystemFiles/Components/NeuralNetworks/*.m
  33. $InstallationDirectory/SystemFiles/Components/Iconize/*.m
  34. $InstallationDirectory/SystemFiles/Components/Macros/*.m
  35. $InstallationDirectory/AddOns/Applications/Parallel/Kernel/sysload.m
  36. $InstallationDirectory/SystemFiles/Autoload/PacletManager/Kernel/Documentation.m
  37. $InstallationDirectory/SystemFiles/Autoload/PacletManager/Kernel/Manager.m
  38. $InstallationDirectory/SystemFiles/Kernel/SystemResources/MacOSX-x86-64/sysinit.m
Add Comment
Please, Sign In to add comment