We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@overload
1 parent ceba115 commit 8896b4aCopy full SHA for 8896b4a
1 file changed
python/pythonmonkey/pythonmonkey.pyi
@@ -5,13 +5,12 @@ stub file for type hints & documentations for the native module
5
6
import typing as _typing
7
8
-@_typing.overload
+# pylint: disable=redefined-builtin
9
def eval(code: str) -> _typing.Any:
10
"""
11
JavaScript evaluator in Python
12
13
14
15
def collect() -> None:
16
17
Calls the spidermonkey garbage collector
0 commit comments