<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/python/tags/lambda</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 19 Jun 2013 22:00:12 GMT</pubDate>
<item>
<title>(Python) Python: Introspection function - magicrebirth</title>
<link>http://snipplr.com/view/25272/python-introspection-function/</link>
<description><![CDATA[ <p>The info function is designed to be used by you, the programmer, while working in the Python IDE. It takes any object that has functions or methods (like a module, which has functions, or a list, which has methods) and prints out the functions and their doc strings.</p> ]]></description>
<pubDate>Tue, 22 Dec 2009 15:41:06 GMT</pubDate>
<guid>http://snipplr.com/view/25272/python-introspection-function/</guid>
</item>
<item>
<title>(Python) Python: lambda in a dictionary - magicrebirth</title>
<link>http://snipplr.com/view/25257/python-lambda-in-a-dictionary/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 22 Dec 2009 15:31:26 GMT</pubDate>
<guid>http://snipplr.com/view/25257/python-lambda-in-a-dictionary/</guid>
</item>
<item>
<title>(Python) Python: using the Lambda operator - magicrebirth</title>
<link>http://snipplr.com/view/25253/python-using-the-lambda-operator/</link>
<description><![CDATA[ <p>The lambda operator built in to the Python language provides a method to create anonymous functions. This makes it easier to pass simple functions as parameters or assign them to variable names. The lambda operator uses the following syntax to define the function:
lambda  : 
The term args refers to a list of arguments that get passed to the function. The term expression can be any legal Python expression. The following code shows an example of using the lambda operator to assign an anonymous function to a variable:</p> ]]></description>
<pubDate>Tue, 22 Dec 2009 15:26:45 GMT</pubDate>
<guid>http://snipplr.com/view/25253/python-using-the-lambda-operator/</guid>
</item>
<item>
<title>(Python) python lambda example - atr000</title>
<link>http://snipplr.com/view/18297/python-lambda-example/</link>
<description><![CDATA[ <p>from activestate. not complete or tested but good ref</p> ]]></description>
<pubDate>Fri, 14 Aug 2009 02:22:07 GMT</pubDate>
<guid>http://snipplr.com/view/18297/python-lambda-example/</guid>
</item>
<item>
<title>(Python) Better Unicode Text Wrapping Function - ndegruchy</title>
<link>http://snipplr.com/view/260/better-unicode-text-wrapping-function/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 06 Jul 2006 18:00:15 GMT</pubDate>
<guid>http://snipplr.com/view/260/better-unicode-text-wrapping-function/</guid>
</item>
</channel>
</rss>