You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/test.py", line 4, in <module>
print(Term.fromString)
AttributeError: 'pythonmonkey.JSFunctionProxy' object has no attribute 'fromString'
Code example
No response
The text was updated successfully, but these errors were encountered:
Describe your feature request here.
Currently, when you define JS like this:
The static method is not available for that class:
Will give
Code example
No response
The text was updated successfully, but these errors were encountered: