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
For performance, this method will only count up to the given maxCount number, and if there is one more above that, then sys.maxint is returned stating that many items are selected.
1434
1435
"""
1435
1436
return0
1437
+
1438
+
#: Type definition for auto prop '_get_isBelowLockScreen'
# This file is covered by the GNU General Public License.
4
4
# See the file COPYING for more details.
5
5
6
6
"""Contains the base classes that many of NVDA's classes such as NVDAObjects, virtualBuffers, appModules, synthDrivers inherit from. These base classes provide such things as auto properties, and methods and properties for scripting and key binding.
0 commit comments