MCPcopy Create free account
hub / github.com/vispy/vispy / expression

Method expression

vispy/visuals/shaders/function.py:478–479  ·  view source on GitHub ↗
(self, names)

Source from the content-addressed store, hash-verified

476 return self._get_replaced_code(names, version, shader)
477
478 def expression(self, names):
479 return names[self]
480
481 def _clean_code(self, code):
482 """Return *code* with indentation and leading/trailing blank lines removed."""

Callers 3

__setitem__Method · 0.45
_get_replaced_codeMethod · 0.45
expressionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected