Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vispy/vispy
/ expression
Method
expression
vispy/visuals/shaders/expression.py:29–30 ·
view source on GitHub ↗
(self, names=None)
Source
from the content-addressed store, hash-verified
27
return
'<TextExpression %r for at 0x%x>'
% (self.text, id(self))
28
29
def
expression(self, names=None):
30
return
self._text
31
32
@property
33
def
text(self):
Callers
1
test_TextExpression
Function · 0.95
Calls
no outgoing calls
Tested by
1
test_TextExpression
Function · 0.76