Profile
Achievement
ches's Recent SnippetsTagged python
- All /
« Prev 1 Next »
This context manager restores the value of the current working directory (cwd) after the enclosed code block completes or raises an exception. If a directory name is supplied to the context manager then the cwd is changed prior to running the code b...
0
858
posted 13 years ago by ches
Obviously there's no real crytpo here -- use this for cases like regenerating and emailing a user password.
1
1008
posted 17 years ago by ches
model/form.py is a good place to put schemata in a pylons app: easy to build with inheritance and accessible to controllers via model.form.EmailForm, etc. See the link for further info on the _extra_fields options -- this one is intended for just two...
1
1193
posted 17 years ago by ches