File: reference-magic.txt

package info (click to toggle)
brian 1.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 23,436 kB
  • sloc: python: 68,707; cpp: 29,040; ansic: 5,182; sh: 111; makefile: 61
file content (15 lines) | stat: -rw-r--r-- 317 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.. currentmodule:: brian

.. index:: magic

Magic in Brian
--------------

.. autofunction:: magic_return
.. autofunction:: magic_register

.. seealso::

	:ref:`projects-with-multiple-files`
		Describes difficulties and solutions for using magic functions
		on projects with multiple files or functions.