MCPcopy Create free account
hub / github.com/bgrimstad/splinter / save

Method save

python/splinter/function.py:63–64  ·  view source on GitHub ↗
(self, filename)

Source from the content-addressed store, hash-verified

61 return splinter._call(splinter._get_handle().splinter_bspline_get_num_variables, self._handle)
62
63 def save(self, filename):
64 splinter._call(splinter._get_handle().splinter_bspline_save, self._handle, get_c_string(filename))
65
66 def _transform_input(self, x):
67 if isinstance(x, np.ndarray):

Callers 1

Calls 2

get_c_stringFunction · 0.85
_get_handleMethod · 0.80

Tested by

no test coverage detected