Wiki

Changes between Version 11 and Version 12 of StandardLibraryExtensionMethods

Show
Ignore:
Timestamp:
11/22/10 20:21:18 (13 years ago)
Author:
todd.a
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • StandardLibraryExtensionMethods

    v11 v12  
    33The Cobra standard library adds the following extension methods to existing classes. This enables convenient expressions such as: 
    44{{{ 
    5 #!python 
     5#!cobra 
    66for item in someList.sorted.reversed 
    77    print item 
     
    1414 
    1515{{{ 
    16 #!python 
     16#!cobra 
    1717namespace Cobra.Lang 
    1818