DEBSOURCES
Skip Quicknav
sources / python-invoke / 0.11.1%2Bdfsg1-1 / tests / _support / configs / yaml / explicit.py
1234567891011
from spec import eq_ from invoke import ctask, Collection @ctask def mytask(c): eq_(c.hooray, 'yaml') ns = Collection(mytask)