Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vispy/vispy
/ expression
Method
expression
vispy/visuals/shaders/variable.py:271–272 ·
view source on GitHub ↗
(self, names)
Source
from the content-addressed store, hash-verified
269
return
"in %s %s;"
% (dtype, name)
270
271
def
expression(self, names):
272
return
names[self._var]
Callers
2
test_FunctionCall
Function · 0.45
test_function_basics
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_FunctionCall
Function · 0.36
test_function_basics
Function · 0.36