MCPcopy Create free account
hub / github.com/ContinuumIO/tranquilizer / tranquilized_functions

Method tranquilized_functions

tranquilizer/handler.py:25–31  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

23
24 @property
25 def tranquilized_functions(self):
26 self.parse()
27
28 tranquilized = [f.name for f in self.nodes.body if _is_decorated(f)]
29 functions = [self.module[f] for f in tranquilized]
30
31 return functions
32
33
34class ScriptHandler(BaseHandler):

Callers

nothing calls this directly

Calls 2

parseMethod · 0.95
_is_decoratedFunction · 0.85

Tested by

no test coverage detected