source: git/modules/python/interpreter.html @ 606831

fieker-DuValspielwiese
Last change on this file since 606831 was 6d4c80, checked in by Michael Brickenstein <bricken@…>, 19 years ago
*bricken:cart.py git-svn-id: file:///usr/local/Singular/svn/trunk@8670 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 7.1 KB
Line 
1
2<!doctype html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
3<html><head><title>Python: module interpreter</title>
4</head><body bgcolor="#f0f0f8">
5
6<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
7<tr bgcolor="#7799ee">
8<td valign=bottom>&nbsp;<br>
9<font color="#ffffff" face="helvetica, arial">&nbsp;<br><big><big><strong>interpreter</strong></big></big></font></td
10><td align=right valign=bottom
11><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/Users/michael/sing3/modules/python/interpreter.py">/Users/michael/sing3/modules/python/interpreter.py</a></font></td></tr></table>
12    <p></p>
13<p>
14<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
15<tr bgcolor="#aa55cc">
16<td colspan=3 valign=bottom>&nbsp;<br>
17<font color="#fffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr>
18   
19<tr><td bgcolor="#aa55cc"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
20<td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="_Singular.html">_Singular</a><br>
21</td><td width="25%" valign=top></td><td width="25%" valign=top></td><td width="25%" valign=top></td></tr></table></td></tr></table><p>
22<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
23<tr bgcolor="#ee77aa">
24<td colspan=3 valign=bottom>&nbsp;<br>
25<font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr>
26   
27<tr><td bgcolor="#ee77aa"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
28<td width="100%"><dl>
29<dt><font face="helvetica, arial"><a href="__builtin__.html#object">__builtin__.object</a>
30</font></dt><dd>
31<dl>
32<dt><font face="helvetica, arial"><a href="interpreter.html#singular_globals_proxy">singular_globals_proxy</a>
33</font></dt><dt><font face="helvetica, arial"><a href="interpreter.html#singular_globals_proxy">singular_globals_proxy</a>
34</font></dt></dl>
35</dd>
36</dl>
37 <p>
38<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
39<tr bgcolor="#ffc8d8">
40<td colspan=3 valign=bottom>&nbsp;<br>
41<font color="#000000" face="helvetica, arial"><strong>global_functions</strong> = <a name="global_functions">class singular_globals_proxy</a>(<a href="__builtin__.html#object">__builtin__.object</a>)</font></td></tr>
42   
43<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
44<td colspan=2><tt>The&nbsp;Most&nbsp;important&nbsp;class<br>
45singular=<a href="#singular_globals_proxy">singular_globals_proxy</a>()<br>
46for&nbsp;some&nbsp;ideal<br>
47&nbsp;&nbsp;singular.groebner(i)<br>
48&nbsp;&nbsp;singular.std(i)<br>
49in&nbsp;general&nbsp;all&nbsp;interpreter&nbsp;and&nbsp;kernel&nbsp;functions<br>
50with&nbsp;supported&nbsp;data&nbsp;type&nbsp;work<br>
51for&nbsp;some&nbsp;global&nbsp;poly&nbsp;variable&nbsp;p&nbsp;in&nbsp;the&nbsp;interpreter&nbsp;and&nbsp;p&nbsp;in&nbsp;python<br>
52&nbsp;&nbsp;singular.p=p<br>
53&nbsp;&nbsp;p=singular.p<br>
54this&nbsp;is&nbsp;always&nbsp;a&nbsp;copy&nbsp;as&nbsp;this&nbsp;<a href="__builtin__.html#object">object</a>&nbsp;is&nbsp;only&nbsp;some&nbsp;magic&nbsp;proxy<br>&nbsp;</tt></td></tr>
55<tr><td>&nbsp;</td>
56<td width="100%">Methods defined here:<br>
57<dl><dt><a name="singular_globals_proxy-__getattr__"><strong>__getattr__</strong></a>(self, name)</dt></dl>
58
59<dl><dt><a name="singular_globals_proxy-__setattr__"><strong>__setattr__</strong></a>(self, name, value)</dt></dl>
60
61<hr>
62Data and other attributes defined here:<br>
63<dl><dt><strong>__dict__</strong> = &lt;dictproxy object&gt;<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dl>
64
65<dl><dt><strong>__weakref__</strong> = &lt;attribute '__weakref__' of 'singular_globals_proxy' objects&gt;<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;<a href="__builtin__.html#object">object</a>&nbsp;(if&nbsp;defined)</tt></dl>
66
67</td></tr></table> <p>
68<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
69<tr bgcolor="#ffc8d8">
70<td colspan=3 valign=bottom>&nbsp;<br>
71<font color="#000000" face="helvetica, arial"><a name="singular_globals_proxy">class <strong>singular_globals_proxy</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)</font></td></tr>
72   
73<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
74<td colspan=2><tt>The&nbsp;Most&nbsp;important&nbsp;class<br>
75singular=<a href="#singular_globals_proxy">singular_globals_proxy</a>()<br>
76for&nbsp;some&nbsp;ideal<br>
77&nbsp;&nbsp;singular.groebner(i)<br>
78&nbsp;&nbsp;singular.std(i)<br>
79in&nbsp;general&nbsp;all&nbsp;interpreter&nbsp;and&nbsp;kernel&nbsp;functions<br>
80with&nbsp;supported&nbsp;data&nbsp;type&nbsp;work<br>
81for&nbsp;some&nbsp;global&nbsp;poly&nbsp;variable&nbsp;p&nbsp;in&nbsp;the&nbsp;interpreter&nbsp;and&nbsp;p&nbsp;in&nbsp;python<br>
82&nbsp;&nbsp;singular.p=p<br>
83&nbsp;&nbsp;p=singular.p<br>
84this&nbsp;is&nbsp;always&nbsp;a&nbsp;copy&nbsp;as&nbsp;this&nbsp;<a href="__builtin__.html#object">object</a>&nbsp;is&nbsp;only&nbsp;some&nbsp;magic&nbsp;proxy<br>&nbsp;</tt></td></tr>
85<tr><td>&nbsp;</td>
86<td width="100%">Methods defined here:<br>
87<dl><dt><a name="singular_globals_proxy-__getattr__"><strong>__getattr__</strong></a>(self, name)</dt></dl>
88
89<dl><dt><a name="singular_globals_proxy-__setattr__"><strong>__setattr__</strong></a>(self, name, value)</dt></dl>
90
91<hr>
92Data and other attributes defined here:<br>
93<dl><dt><strong>__dict__</strong> = &lt;dictproxy object&gt;<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dl>
94
95<dl><dt><strong>__weakref__</strong> = &lt;attribute '__weakref__' of 'singular_globals_proxy' objects&gt;<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;<a href="__builtin__.html#object">object</a>&nbsp;(if&nbsp;defined)</tt></dl>
96
97</td></tr></table></td></tr></table><p>
98<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
99<tr bgcolor="#eeaa77">
100<td colspan=3 valign=bottom>&nbsp;<br>
101<font color="#ffffff" face="helvetica, arial"><big><strong>Functions</strong></big></font></td></tr>
102   
103<tr><td bgcolor="#eeaa77"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
104<td width="100%"><dl><dt><a name="-debug_out"><strong>debug_out</strong></a>(s)</dt></dl>
105 <dl><dt><a name="-find_rings"><strong>find_rings</strong></a>(arglist)</dt><dd><tt>FIXME:&nbsp;doesn't&nbsp;handle&nbsp;everything&nbsp;and&nbsp;depth</tt></dd></dl>
106 <dl><dt><a name="-finish_ring"><strong>finish_ring</strong></a>()</dt></dl>
107 <dl><dt><a name="-list2arg_list"><strong>list2arg_list</strong></a>(args)</dt><dd><tt>#def&nbsp;build_arg_list(*args)</tt></dd></dl>
108 <dl><dt><a name="-optimize"><strong>optimize</strong></a>(f)</dt></dl>
109 <dl><dt><a name="-prepare_ring"><strong>prepare_ring</strong></a>(arglist)</dt></dl>
110</td></tr></table><p>
111<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
112<tr bgcolor="#55aa55">
113<td colspan=3 valign=bottom>&nbsp;<br>
114<font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></font></td></tr>
115   
116<tr><td bgcolor="#55aa55"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
117<td width="100%"><strong>oldrings</strong> = []</td></tr></table>
118</body></html>
Note: See TracBrowser for help on using the repository browser.