##// END OF EJS Templates
only pass shell.reply callback to oinfo / complete...
only pass shell.reply callback to oinfo / complete These should not have side effects, so no need to expose full callback structure. Also, object_info method shouldn't have `_request` in its name.

File last commit:

r4053:b45902e3
r13208:807713de
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from _decorator import *