]> git.ipfire.org Git - thirdparty/tornado.git/commit
Find real option definer. 1241/head
authorHeewa Barfchin <heewa.b@gmail.com>
Mon, 3 Nov 2014 00:38:36 +0000 (19:38 -0500)
committerHeewa Barfchin <heewa.b@gmail.com>
Mon, 3 Nov 2014 00:38:36 +0000 (19:38 -0500)
commit049ca4f7cade58056114124253a61f667cf779a4
tree07e0a194d7d66b104f5ac827eff8eb60404df27f
parent06638c8a5f9164c9567f26887c99bd592a10ec7d
Find real option definer.

When an option is defined through the module level "define" fn, not
directly through the class method, we should look one frame up to
find the real caller.
tornado/options.py