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

Method __del__

python/splinter/function.py:82–85  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

80
81
82 def __del__(self):
83 if self._handle is not None:
84 splinter._call(splinter._get_handle().splinter_bspline_delete, self._handle)
85 self._handle = None

Callers

nothing calls this directly

Calls 1

_get_handleMethod · 0.80

Tested by

no test coverage detected