source: git/modules/python/python_module.pl @ f534a3

spielwiese
Last change on this file since f534a3 was f534a3, checked in by Michael Brickenstein <bricken@…>, 19 years ago
*bricken: initial version git-svn-id: file:///usr/local/Singular/svn/trunk@8505 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 380 bytes
Line 
1$library = "python_module.so";
2$version = "(1.2,2002/07/03)";
3$category = <<EOT;
4tests
5EOT
6$info = <<EOT;
7LIBRARY: kernel.lib  PROCEDURES OF GENERAL TYPE WRITEN IN C python(input); eval a string  in python
8EOT
9push(@procs, "python");
10$help{"python"} = <<EOT;
11No help available for this command
12EOT
13$example{"python"} = <<EOT;
14
15  python("print 1+1");
16
17EOT
18$chksum{"python"} = 0;
191;
Note: See TracBrowser for help on using the repository browser.