Attributes
Defined in | |
---|---|
{{ attribute.name }} = {{ attribute.default }}
|
{{ attribute.defined }} |
Methods
{% for method in klass.methods %}{{ method.name }}{{ method.arguments }} [{{ method.defined }}]
{{ method.docstring|e }}
Found on lines {{ method.lines.start }} to {{ method.lines.start+method.lines.total }} of {{ method.file }}
{{ method.code }}