Source code for dash.contrib.plugins.rss_feed.helpers

__all__ = ('max_num_template',)

# Nax num of items in a template
max_num_template = lambda max_items, default: ':{0}'.format(max_items if max_items else default)
Read the Docs v: 0.2.4
Versions
latest
0.3.2
0.3
0.2.4
0.1.4
Downloads
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.