git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@410 3ecf2c5c-341e-0410-92b4-d18e462d057c

This commit is contained in:
tchernobog 2006-02-23 19:08:30 +00:00
parent cd9b1b1892
commit da5fc9d195
1 changed files with 1 additions and 0 deletions

View File

@ -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