MCPcopy
hub / github.com/django/django / items

Method items

tests/syndication_tests/feeds.py:39–40  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

37 ttl = 600
38
39 def items(self):
40 return Entry.objects.all()
41
42 def item_description(self, item):
43 return "Overridden description: %s" % item

Callers 15

inherited_compareFunction · 0.45
assert_serializerFunction · 0.45
test_log_messageMethod · 0.45
test_appMethod · 0.45
environ_viewFunction · 0.45
test_itemsMethod · 0.45
test_clearMethod · 0.45

Calls 1

allMethod · 0.45

Tested by 15

inherited_compareFunction · 0.36
assert_serializerFunction · 0.36
test_log_messageMethod · 0.36
test_appMethod · 0.36
test_itemsMethod · 0.36
test_clearMethod · 0.36
test_cycleMethod · 0.36