mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
comment for verbose bug fix
This commit is contained in:
parent
68f2ff342a
commit
f96404202f
@ -269,6 +269,7 @@ class DoLaterList(list):
|
|||||||
"""
|
"""
|
||||||
Add task, keeping the list sorted.
|
Add task, keeping the list sorted.
|
||||||
This does a binary search for the index to insert into.
|
This does a binary search for the index to insert into.
|
||||||
|
Returns the index at which task was inserted.
|
||||||
"""
|
"""
|
||||||
lo = 0
|
lo = 0
|
||||||
hi = len(self)
|
hi = len(self)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user