git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@410 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
cd9b1b1892
commit
da5fc9d195
|
@ -104,6 +104,7 @@ class Policy:
|
|||
# of the following ways:
|
||||
# @code
|
||||
# # As a lambda anonymous function (preferred)
|
||||
# # (x and y are two SchedulableStatus objects)
|
||||
# cmpf = lambda x,y: x.someProperty() < y.someProperty()
|
||||
#
|
||||
# # As a normal *global* function
|
||||
|
|
Loading…
Reference in New Issue