Griatch
|
6ef4467203
|
Added session object to kwarg of inlinefuncs. This means that the new call signature for inlinefuncs is funcname(text, *args, **kwargs), where **kwargs are only used for engine-related things (currently only session=session).
|
2014-10-26 10:46:22 +01:00 |
|
Griatch
|
08b18524fd
|
Some minor documentation fixes and tests.
|
2014-10-25 16:04:00 +02:00 |
|
Griatch
|
498e3f5064
|
Added some more inlinefunc docs.
|
2014-10-25 13:59:22 +02:00 |
|
Griatch
|
46edc6eef6
|
Added inlinefunc, an inline text parser for custom dynamic functions,
as per #520.
|
2014-10-25 13:37:25 +02:00 |
|