##// END OF EJS Templates
Oops, had commited leaving some merge junk behind.
Oops, had commited leaving some merge junk behind.

File last commit:

r1251:99658885
r1467:24537f52
Show More
extension.py
20 lines | 319 B | text/x-python | PythonLexer
Ville M. Vainio
crlf -> lf
r1032 # -*- coding: utf-8 -*-
import IPython.ipapi
ip = IPython.ipapi.get()
def ${name}_f(self, arg):
r""" Short explanation
Long explanation, examples
"""
# opts,args = self.parse_options(arg,'rx')
# if 'r' in opts: pass
ip.expose_magic("${name}",${name}_f)