Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bgrimstad/splinter
/ __init__
Method
__init__
python/splinter/function.py:16–18 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
14
15
class
Function:
16
def
__init__(self):
17
self._handle = None
18
self._num_variables = None
19
20
def
eval(self, x):
21
x = self._transform_input(x)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected