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

Method lua2python

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

Source from the content-addressed store, hash-verified

71 self.remove_allowed_object(obj)
72
73 def lua2python(self, *args, **kwargs):
74 kwargs.setdefault("encoding", 'utf8')
75 kwargs.setdefault("strict", True)
76 return lua2python(self._lua, *args, **kwargs)
77
78 def python2lua(self, *args, **kwargs):
79 return python2lua(self._lua, *args, **kwargs)

Callers 13

dispatchMethod · 0.80
goMethod · 0.80
_http_requestMethod · 0.80
init_cookiesMethod · 0.80
set_custom_headersMethod · 0.80
_set_event_handlerMethod · 0.80
addEventListenerMethod · 0.80
removeEventListenerMethod · 0.80
fillMethod · 0.80
json_encodeMethod · 0.80
treat_as_binaryMethod · 0.80

Calls 1

lua2pythonFunction · 0.90

Tested by

no test coverage detected