The Artima Developer Community
Sponsored Link

Python Buzz Forum
Python nested scopes

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Guyon Morée

Posts: 66
Nickname: gumuz
Registered: Apr, 2005

Guyon Morée is a professional powerbuilder programmer fallen in love with python
Python nested scopes Posted: Dec 30, 2005 7:54 AM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Guyon Morée.
Original Post: Python nested scopes
Feed Title: gumuz' devlog
Feed URL: http://gumuz.looze.net/wordpress/wp-rss2.php
Feed Description: 'till dev do us part
Latest Python Buzz Posts
Latest Python Buzz Posts by Guyon Morée
Latest Posts From gumuz' devlog

Advertisement
I was using the sub-function from the re (regexp) python module. The sub function replaces parts of a string according a given regular expression. The replacement can be either a string or a callable. When using the callable, a match object will be passed on to the callable. The problem I had with this is that [...]

Read: Python nested scopes

Topic: simple_json 1.0 Previous Topic   Next Topic Topic: ZCML is good for Zope3!

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use