MCPcopy Index your code
hub / github.com/pyload/pyload / call_function

Method call_function

module/plugins/hoster/YoutubeCom.py:1058–1060  ·  view source on GitHub ↗
(self, function_name, *args)

Source from the content-addressed store, hash-verified

1056 return self.build_function(argnames, func_m.group('code'))
1057
1058 def call_function(self, function_name, *args):
1059 f = self.extract_function(function_name)
1060 return f(args)
1061
1062 def build_function(self, argnames, code):
1063 def resf(argvals):

Callers

nothing calls this directly

Calls 2

extract_functionMethod · 0.95
fFunction · 0.50

Tested by

no test coverage detected