MCPcopy Index your code
hub / github.com/scrapinghub/splash / eval

Method eval

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

Source from the content-addressed store, hash-verified

31 return self._lua.table_from(*args, **kwargs)
32
33 def eval(self, *args, **kwargs):
34 return self._lua.eval(*args, **kwargs)
35
36 def execute(self, *args, **kwargs):
37 return self._lua.execute(*args, **kwargs)

Callers 15

add_to_globalsMethod · 0.95
_sandboxMethod · 0.95
__init__Method · 0.80
__init__Method · 0.80
run_coroMethod · 0.80
__init__Method · 0.80
get_versionFunction · 0.80
get_mainFunction · 0.80
run_in_sandboxFunction · 0.80
_get_entrypointFunction · 0.80
_mark_table_as_arrayFunction · 0.80
_table_is_arrayFunction · 0.80

Calls

no outgoing calls

Tested by 4

test_sparse_listMethod · 0.64
test_list_like_tablesMethod · 0.64