We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 242e4d6 commit 3da02d9Copy full SHA for 3da02d9
vpython/vpython.py
@@ -42,7 +42,7 @@ def Exit():
42
'local_light', 'menu', 'meta_canvas', 'points', 'pyramid',
43
'quad', 'radio', 'ring', 'set_browser', 'simple_sphere', 'sleep', 'slider', 'sphere',
44
'standardAttributes', 'text', 'textures', 'triangle', 'vertex',
45
- 'wtext', 'winput', 'keysdown']
+ 'wtext', 'winput', 'keysdown', 'sign']
46
47
48
from inspect import signature # Python 3; needed to allow zero arguments in a bound function
0 commit comments