MCPcopy Create free account
hub / github.com/Singular/Singular / write

Method write

Singular/dyn_modules/python/Number.h:202–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200 this->n=n_Init(n,r.get()->cf);
201 }
202 void write() const
203 {
204 number towrite=n;
205 n_Write(towrite,r.get()->cf);
206 }
207 ~Number()
208 {
209 if (r!=NULL)

Callers 10

convert_file_PBFunction · 0.45
convert_file_SingularFunction · 0.45
convert_file_MagmaFunction · 0.45
Number_as_strFunction · 0.45
__setattr__Method · 0.45
omxmlreader.pyFile · 0.45
test_read.pyFile · 0.45
triangulateMethod · 0.45

Calls 2

n_WriteFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected