| |
- __builtin__.object
-
- singular_globals_proxy
- singular_globals_proxy
global_functions = class singular_globals_proxy(__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 'singular_globals_proxy' objects>
- list of weak references to the object (if defined)
|
class singular_globals_proxy(__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 'singular_globals_proxy' objects>
- list of weak references to the object (if defined)
| |