Abhinav Sarkar
636e9073ec
* fixed a bug in authenticate decorator which gave the authenticated results for non-authenticated users * added documentation for decorators module * added authenticate decorator to the methods in taggable and sharable mixin modules * added set_secret and set_session_key methods in Api class
44 lines
1.6 KiB
HTML
44 lines
1.6 KiB
HTML
<?xml version="1.0" encoding="ascii"?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
"DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<title>decorators</title>
|
|
<link rel="stylesheet" href="epydoc.css" type="text/css" />
|
|
<script type="text/javascript" src="epydoc.js"></script>
|
|
</head>
|
|
|
|
<body bgcolor="white" text="black" link="blue" vlink="#204080"
|
|
alink="#204080">
|
|
<h1 class="toc">Module decorators</h1>
|
|
<hr />
|
|
<h2 class="toc">Functions</h2>
|
|
<div class="private">
|
|
<a target="mainFrame" href="lastfm.decorators-module.html#authenticate"
|
|
>authenticate</a><br /> </div>
|
|
<div class="private">
|
|
<a target="mainFrame" href="lastfm.decorators-module.html#cached_property"
|
|
>cached_property</a><br /> </div>
|
|
<div class="private">
|
|
<a target="mainFrame" href="lastfm.decorators-module.html#top_property"
|
|
>top_property</a><br /> </div>
|
|
<h2 class="toc">Variables</h2>
|
|
<div class="private">
|
|
<a target="mainFrame" href="lastfm.decorators-module.html#__package__"
|
|
>__package__</a><br /> </div>
|
|
<hr />
|
|
<span class="options">[<a href="javascript:void(0);" class="privatelink"
|
|
onclick="toggle_private();">hide private</a>]</span>
|
|
|
|
<script type="text/javascript">
|
|
<!--
|
|
// Private objects are initially displayed (because if
|
|
// javascript is turned off then we want them to be
|
|
// visible); but by default, we want to hide them. So hide
|
|
// them unless we have a cookie that says to show them.
|
|
checkCookie();
|
|
// -->
|
|
</script>
|
|
</body>
|
|
</html>
|