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

Method get_num_samples

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

Source from the content-addressed store, hash-verified

55 return self.__x_dim
56
57 def get_num_samples(self):
58 self.__transfer()
59 return splinter._call(splinter._get_handle().splinter_datatable_get_num_samples, self.__handle)
60
61 # Methods below are internal use only
62

Callers

nothing calls this directly

Calls 2

__transferMethod · 0.95
_get_handleMethod · 0.80

Tested by

no test coverage detected