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

Commit3473060

Browse files
committed
Add typing section to cmd.py
1 parentc2f9f4e commit3473060

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

‎git/cmd.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,18 @@
4040
stream_copy,
4141
)
4242

43+
# typing ---------------------------------------------------------------------------
44+
45+
fromtypingimportTYPE_CHECKING
46+
47+
fromgit.typesimportTBD
48+
49+
ifTYPE_CHECKING:
50+
pass
51+
52+
53+
# ---------------------------------------------------------------------------------
54+
4355
execute_kwargs= {'istream','with_extended_output',
4456
'with_exceptions','as_process','stdout_as_string',
4557
'output_stream','with_stdout','kill_after_timeout',

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp