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

Method _get_handle

python/splinter/datatable.py:77–79  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

75 # Getter for the datatable for use by BSpline
76 # Will make sure all samples are transferred to the back end before returning the handle to a BSpline
77 def _get_handle(self):
78 self.__transfer()
79 return self.__handle

Callers 15

evalMethod · 0.80
eval_jacobianMethod · 0.80
eval_hessianMethod · 0.80
get_num_variablesMethod · 0.80
saveMethod · 0.80
__del__Method · 0.80
__init__Method · 0.80
get_knot_vectorsMethod · 0.80
get_coefficientsMethod · 0.80
get_control_pointsMethod · 0.80
get_basis_degreesMethod · 0.80
insert_knotsMethod · 0.80

Calls 1

__transferMethod · 0.95

Tested by

no test coverage detected