interpreter
index
/Users/michael/sing2/modules/python/interpreter.py

 
Modules
       
_Singular

 
Classes
       
__builtin__.object
SingularGlobalsProxy

 
class SingularGlobalsProxy(__builtin__.object)
    The Most important class
singular=singular_globals_proxy()
for some ideal
  singular.groebner(i)
  singular.std(i)
in general all interpreter and kernel functions
with supported data type work
for some global poly variable p in the interpreter and p in python
  singular.p=p
  p=singular.p
this is always a copy as this object is only some magic proxy
 
  Methods defined here:
__getattr__(self, name)
__setattr__(self, name, value)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'SingularGlobalsProxy' objects>
list of weak references to the object (if defined)

 
Functions
       
debug_out(s)
find_rings(arglist)
FIXME: doesn't handle everything and depth
finish_ring()
list2arg_list(args)
#def build_arg_list(*args)
optimize(f)
prepare_ring(arglist)

 
Data
        oldrings = []