Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bgrimstad/splinter
/ get_num_variables
Method
get_num_variables
python/splinter/datatable.py:54–55 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
52
self.__num_samples += 1
53
54
def
get_num_variables(self):
55
return
self.__x_dim
56
57
def
get_num_samples(self):
58
self.__transfer()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected