MCPcopy 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

removeMethod · 0.95
appendMethod · 0.95
_updateMethod · 0.95

Tested by

no test coverage detected