Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vispy/vispy
/ functions
Method
functions
vispy/visuals/shaders/function.py:630–631 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
628
629
@property
630
def
functions(self):
631
return
self._funcs[:]
632
633
@functions.setter
634
def
functions(self, funcs):
Callers
nothing calls this directly
Calls
3
remove
Method · 0.95
append
Method · 0.95
_update
Method · 0.95
Tested by
no test coverage detected