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

Commit4f5d2fd

Browse files
committed
update docstring
1 parent26dfeb6 commit4f5d2fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎git/util.py‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,11 +1036,13 @@ class Iterable(object):
10361036
@classmethod
10371037
deflist_items(cls,repo,*args,**kwargs):
10381038
"""
1039+
Deprecaated, use IterableObj instead.
10391040
Find all items of this type - subclasses can specify args and kwargs differently.
10401041
If no args are given, subclasses are obliged to return all items if no additional
10411042
arguments arg given.
10421043
10431044
:note: Favor the iter_items method as it will
1045+
10441046
:return:list(Item,...) list of item instances"""
10451047
out_list=IterableList(cls._id_attribute_)
10461048
out_list.extend(cls.iter_items(repo,*args,**kwargs))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2026 Movatter.jp