ches


Member since 2007

5 snippets

11981 profile views

5 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

ches's Recent SnippetsTagged python



« 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 1838 posted 15 years ago by ches
Obviously there's no real crytpo here -- use this for cases like regenerating and emailing a user password.
1 2202 posted 18 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 3410 posted 19 years ago by ches
like PHP's 'jS'
0 3138 posted 19 years ago by ches
« Prev 1 Next »