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

Commitca2ab61

Browse files
committed
Rewrite post_clear_cache note
So that it just describes the current situation, rather thansuggesting a future direction for IndexFile.This is for#1847.
1 parent8ec7e32 commitca2ab61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎git/index/util.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ def post_clear_cache(func: Callable[..., _T]) -> Callable[..., _T]:
7070
to allow it to be lazily reread later.
7171
7272
:note:
73-
This decoratorwill not berequiredonceall functionsare implemented natively
74-
which in fact is possible, but probably not feasible performance wise.
73+
This decoratorisrequiredbecause notall functionsrelated to
74+
:class:`~git.index.base.IndexFile` are implemented natively.
7575
"""
7676

7777
@wraps(func)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2026 Movatter.jp