File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 11def display_is_valid () -> bool : ...
2+
3+ def Win32_GetForegroundWindow () -> int | None : ...
4+ def Win32_SetForegroundWindow (hwnd : int ) -> None : ...
5+ def Win32_SetProcessDpiAwareness_max () -> None : ...
6+ def Win32_SetCurrentProcessExplicitAppUserModelID (appid : str ) -> None : ...
7+ def Win32_GetCurrentProcessExplicitAppUserModelID () -> str | None : ...
Original file line number Diff line number Diff line change @@ -161,6 +161,7 @@ def normalize_kwargs(
161161) -> dict [str , Any ]: ...
162162def _lock_path (path : str | os .PathLike ) -> contextlib .AbstractContextManager [None ]: ...
163163def _str_equal (obj : Any , s : str ) -> bool : ...
164+ def _str_lower_equal (obj : Any , s : str ) -> bool : ...
164165def _setattr_cm (obj : Any , ** kwargs ) -> contextlib .AbstractContextManager [None ]: ...
165166
166167class _OrderedSet (collections .abc .MutableSet ):
@@ -173,3 +174,7 @@ class _OrderedSet(collections.abc.MutableSet):
173174
174175def _backend_module_name (name : str ) -> str : ...
175176def _format_approx (number : float , precision : int ) -> str : ...
177+ def _setup_new_guiapp () -> None : ...
178+ def _g_sig_digits (value : float , delta : float ) -> int : ...
179+ def _unikey_or_keysym_to_mplkey (unikey : str , keysym : str ) -> str : ...
180+ def _auto_format_str (fmt : str , value : Any ) -> str : ...
You can’t perform that action at this time.
0 commit comments