MCPcopy
hub / github.com/owocki/pytrader / view_link

Method view_link

history/admin.py:87–88  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

85
86class ClassifierTestAdmin(admin.ModelAdmin):
87 def view_link(obj):
88 return u"<a href='{}'>View</a>".format(obj.graph_url())
89 view_link.short_description = ''
90 view_link.allow_tags = True
91

Callers

nothing calls this directly

Calls 1

graph_urlMethod · 0.80

Tested by

no test coverage detected