##// END OF EJS Templates
Updated dev doc guide for sphinx/numpy doc standard instead of the outdated...
Updated dev doc guide for sphinx/numpy doc standard instead of the outdated epydoc information.

File last commit:

r1851:0b7fe03a
r1854:cac20dea
Show More
tclass.py
6 lines | 97 B | text/x-python | PythonLexer
"""Simple script to instantiate a class for testing %run"""
class foo: pass
def f():
foo()