Skip to content

Commit

Permalink
Developer Guide: additions to the initial namespace of the Python Con…
Browse files Browse the repository at this point in the history
…sole (PR #11090)

A few new entries were missing as of PR #9064 and PR #9790
  • Loading branch information
JulienCochuyt authored May 7, 2020
1 parent 4e58029 commit 1b4252c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion devDocs/developerGuide.t2t
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,9 @@ This allows the user to return to the session as it was left when it was closed,

+++ Automatic Imports +++
For convenience, the following modules and variables are automatically imported in the console:
sys, os, wx, log (from logHandler), api, queueHandler, speech, braille
sys, os, wx, log (from logHandler), api, queueHandler, config, controlTypes, textInfos, braille, speech, vision, appModules, globalPlugins

See: pythonConsole.PythonConsole.initNamespace

+++ Snapshot Variables +++[PythonConsoleSnapshotVariables]
Whenever NVDA+control+z is pressed, certain variables available in the console will be assigned according to the current state of NVDA.
Expand Down

0 comments on commit 1b4252c

Please sign in to comment.