Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
C
corepost
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
nexlab
corepost
Commits
7898a402
Commit
7898a402
authored
Sep 05, 2011
by
Jacek Furmankiewicz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc updates
parent
11a5f1ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
README.md
README.md
+1
-1
No files found.
README.md
View file @
7898a402
...
@@ -149,7 +149,7 @@ If you want a deferred async method, just complete the request yourself, instead
...
@@ -149,7 +149,7 @@ If you want a deferred async method, just complete the request yourself, instead
@route("/",Http.GET)
@route("/",Http.GET)
@defer.inlineCallbacks
@defer.inlineCallbacks
def root(request,**kwargs):
def root(
self,
request,**kwargs):
val = yield db.query("SELECT ....")
val = yield db.query("SELECT ....")
request.write(val)
request.write(val)
request.finish()
request.finish()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment