Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc7f2eed

Browse files
committed
Add typing for some private methods and modules
1 parente9f1d7b commitc7f2eed

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

‎lib/matplotlib/_c_internal_utils.pyi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
defdisplay_is_valid()->bool: ...
2+
3+
defWin32_GetForegroundWindow()->int|None: ...
4+
defWin32_SetForegroundWindow(hwnd:int)->None: ...
5+
defWin32_SetProcessDpiAwareness_max()->None: ...
6+
defWin32_SetCurrentProcessExplicitAppUserModelID(appid:str)->None: ...
7+
defWin32_GetCurrentProcessExplicitAppUserModelID()->str|None: ...

‎lib/matplotlib/cbook.pyi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,3 +173,9 @@ class _OrderedSet(collections.abc.MutableSet):
173173

174174
def_backend_module_name(name:str)->str: ...
175175
def_format_approx(number:float,precision:int)->str: ...
176+
def_setup_new_guiapp()->None: ...
177+
def_g_sig_digits(value:float,delta:float)->int: ...
178+
def_unikey_or_keysym_to_mplkey(unikey:str,keysym:str)->str: ...
179+
def_auto_format_str(fmt:str,value:Any)->str: ...
180+
def_str_equal(obj:Any,s:str)->bool: ...
181+
def_str_lower_equal(obj:Any,s:str)->bool: ...

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp