MCPcopy
hub / github.com/scrapinghub/splash / python2lua

Method python2lua

splash/lua_runtime.py:78–79  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

76 return lua2python(self._lua, *args, **kwargs)
77
78 def python2lua(self, *args, **kwargs):
79 return python2lua(self._lua, *args, **kwargs)
80
81 def instruction_count(self):
82 if not self._sandboxed:

Callers 10

dispatchMethod · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
get_infoMethod · 0.80
completeMethod · 0.80
complete_obj_methodMethod · 0.80

Calls 1

python2luaFunction · 0.90

Tested by

no test coverage detected