Refresh docs
diff --git a/docs/epy/oauth2client.util-module.html b/docs/epy/oauth2client.util-module.html
index de8ace2..4dec008 100644
--- a/docs/epy/oauth2client.util-module.html
+++ b/docs/epy/oauth2client.util-module.html
@@ -99,6 +99,40 @@
</td>
</tr>
+<tr class="private">
+ <td width="15%" align="right" valign="top" class="summary">
+ <span class="summary-type"> </span>
+ </td><td class="summary">
+ <table width="100%" cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td><span class="summary-sig"><a href="oauth2client.util-module.html#scopes_to_string" class="summary-sig-name" onclick="show_private();">scopes_to_string</a>(<span class="summary-sig-arg">scopes</span>)</span><br />
+ Converts scope value to a string.</td>
+ <td align="right" valign="top">
+ <span class="codelink"><a href="oauth2client.util-pysrc.html#scopes_to_string">source code</a></span>
+
+ </td>
+ </tr>
+ </table>
+
+ </td>
+ </tr>
+<tr class="private">
+ <td width="15%" align="right" valign="top" class="summary">
+ <span class="summary-type"> </span>
+ </td><td class="summary">
+ <table width="100%" cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td><span class="summary-sig"><a href="oauth2client.util-module.html#dict_to_tuple_key" class="summary-sig-name" onclick="show_private();">dict_to_tuple_key</a>(<span class="summary-sig-arg">dictionary</span>)</span><br />
+ Converts a dictionary to a tuple that can be used as an immutable key.</td>
+ <td align="right" valign="top">
+ <span class="codelink"><a href="oauth2client.util-pysrc.html#dict_to_tuple_key">source code</a></span>
+
+ </td>
+ </tr>
+ </table>
+
+ </td>
+ </tr>
</table>
<!-- ==================== VARIABLES ==================== -->
<a name="section-Variables"></a>
@@ -168,7 +202,7 @@
A decorator to declare that only the first N arguments my be positional.
This decorator makes it easy to support Python 3 style key-word only
-parameters. For example, in Python 3 it is possible to write:
+parameters. For example, in Python 3 it is possible to write:
def fn(pos1, *, kwonly1=None, kwonly1=None):
...
@@ -218,7 +252,7 @@
respectively, if a declaration is violated.
Args:
- max_positional_arguments: Maximum number of positional arguments. All
+ max_positional_arguments: Maximum number of positional arguments. All
parameters after the this index must be keyword only.
Returns:
@@ -235,6 +269,69 @@
</dl>
</td></tr></table>
</div>
+<a name="scopes_to_string"></a>
+<div class="private">
+<table class="details" border="1" cellpadding="3"
+ cellspacing="0" width="100%" bgcolor="white">
+<tr><td>
+ <table width="100%" cellpadding="0" cellspacing="0" border="0">
+ <tr valign="top"><td>
+ <h3 class="epydoc"><span class="sig"><span class="sig-name">scopes_to_string</span>(<span class="sig-arg">scopes</span>)</span>
+ </h3>
+ </td><td align="right" valign="top"
+ ><span class="codelink"><a href="oauth2client.util-pysrc.html#scopes_to_string">source code</a></span>
+ </td>
+ </tr></table>
+
+ <pre class="literalblock">
+Converts scope value to a string.
+
+If scopes is a string then it is simply passed through. If scopes is an
+iterable then a string is returned that is all the individual scopes
+concatenated with spaces.
+
+Args:
+ scopes: string or iterable of strings, the scopes.
+
+Returns:
+ The scopes formatted as a single string.
+
+</pre>
+ <dl class="fields">
+ </dl>
+</td></tr></table>
+</div>
+<a name="dict_to_tuple_key"></a>
+<div class="private">
+<table class="details" border="1" cellpadding="3"
+ cellspacing="0" width="100%" bgcolor="white">
+<tr><td>
+ <table width="100%" cellpadding="0" cellspacing="0" border="0">
+ <tr valign="top"><td>
+ <h3 class="epydoc"><span class="sig"><span class="sig-name">dict_to_tuple_key</span>(<span class="sig-arg">dictionary</span>)</span>
+ </h3>
+ </td><td align="right" valign="top"
+ ><span class="codelink"><a href="oauth2client.util-pysrc.html#dict_to_tuple_key">source code</a></span>
+ </td>
+ </tr></table>
+
+ <pre class="literalblock">
+Converts a dictionary to a tuple that can be used as an immutable key.
+
+The resulting key is always sorted so that logically equivalent dictionaries
+always produce an identical tuple for a key.
+
+Args:
+ dictionary: the dictionary to use as the key.
+
+Returns:
+ A tuple representing the dictionary in it's naturally sorted ordering.
+
+</pre>
+ <dl class="fields">
+ </dl>
+</td></tr></table>
+</div>
<br />
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
@@ -259,7 +356,7 @@
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
<tr>
<td align="left" class="footer">
- Generated by Epydoc 3.0.1 on Tue Nov 6 12:07:11 2012
+ Generated by Epydoc 3.0.1 on Thu Jan 24 16:14:32 2013
</td>
<td align="right" class="footer">
<a target="mainFrame" href="http://epydoc.sourceforge.net"