|
| 1 | +<?xml version="1.0" encoding="ascii"?> |
| 2 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
| 3 | + "DTD/xhtml1-transitional.dtd"> |
| 4 | +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
| 5 | +<head> |
| 6 | + <title>oauth2client.file.CredentialsFileSymbolicLinkError</title> |
| 7 | + <link rel="stylesheet" href="epydoc.css" type="text/css" /> |
| 8 | + <script type="text/javascript" src="epydoc.js"></script> |
| 9 | +</head> |
| 10 | + |
| 11 | +<body bgcolor="white" text="black" link="blue" vlink="#204080" |
| 12 | + alink="#204080"> |
| 13 | +<!-- ==================== NAVIGATION BAR ==================== --> |
| 14 | +<table class="navbar" border="0" width="100%" cellpadding="0" |
| 15 | + bgcolor="#a0c0ff" cellspacing="0"> |
| 16 | + <tr valign="middle"> |
| 17 | + |
| 18 | + <!-- Tree link --> |
| 19 | + <th> <a |
| 20 | + href="module-tree.html">Trees</a> </th> |
| 21 | + |
| 22 | + <!-- Index link --> |
| 23 | + <th> <a |
| 24 | + href="identifier-index.html">Indices</a> </th> |
| 25 | + |
| 26 | + <!-- Help link --> |
| 27 | + <th> <a |
| 28 | + href="help.html">Help</a> </th> |
| 29 | + |
| 30 | + <th class="navbar" width="100%"></th> |
| 31 | + </tr> |
| 32 | +</table> |
| 33 | +<table width="100%" cellpadding="0" cellspacing="0"> |
| 34 | + <tr valign="top"> |
| 35 | + <td width="100%"> |
| 36 | + <span class="breadcrumbs"> |
| 37 | + <a href="oauth2client-module.html">Package oauth2client</a> :: |
| 38 | + <a href="oauth2client.file-module.html">Module file</a> :: |
| 39 | + Class CredentialsFileSymbolicLinkError |
| 40 | + </span> |
| 41 | + </td> |
| 42 | + <td> |
| 43 | + <table cellpadding="0" cellspacing="0"> |
| 44 | + <!-- hide/show private --> |
| 45 | + <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink" |
| 46 | + onclick="toggle_private();">hide private</a>]</span></td></tr> |
| 47 | + <tr><td align="right"><span class="options" |
| 48 | + >[<a href="frames.html" target="_top">frames</a |
| 49 | + >] | <a href="oauth2client.file.CredentialsFileSymbolicLinkError-class.html" |
| 50 | + target="_top">no frames</a>]</span></td></tr> |
| 51 | + </table> |
| 52 | + </td> |
| 53 | + </tr> |
| 54 | +</table> |
| 55 | +<!-- ==================== CLASS DESCRIPTION ==================== --> |
| 56 | +<h1 class="epydoc">Class CredentialsFileSymbolicLinkError</h1><p class="nomargin-top"><span class="codelink"><a href="oauth2client.file-pysrc.html#CredentialsFileSymbolicLinkError">source code</a></span></p> |
| 57 | +<center> |
| 58 | +<center> <map id="class_hierarchy_for_credential_5" name="class_hierarchy_for_credential_5"> |
| 59 | +<area shape="rect" href="javascript:void(0);" title="exceptions.BaseException" alt="" coords="24,5,200,32"/> |
| 60 | +<area shape="rect" href="javascript:void(0);" title="exceptions.Exception" alt="" coords="39,61,185,88"/> |
| 61 | +<area shape="rect" href="oauth2client.file.CredentialsFileSymbolicLinkError-class.html" title="CredentialsFileSymbolicLinkError" alt="" coords="5,117,219,144"/> |
| 62 | +</map> |
| 63 | + <img src="class_hierarchy_for_credential_5.gif" alt='' usemap="#class_hierarchy_for_credential_5" ismap="ismap" class="graph-without-title" /> |
| 64 | +</center> |
| 65 | +</center> |
| 66 | +<hr /> |
| 67 | +<pre class="literalblock"> |
| 68 | +Credentials files must not be symbolic links. |
| 69 | + |
| 70 | +</pre> |
| 71 | + |
| 72 | +<!-- ==================== INSTANCE METHODS ==================== --> |
| 73 | +<a name="section-InstanceMethods"></a> |
| 74 | +<table class="summary" border="1" cellpadding="3" |
| 75 | + cellspacing="0" width="100%" bgcolor="white"> |
| 76 | +<tr bgcolor="#70b0f0" class="table-header"> |
| 77 | + <td colspan="2" class="table-header"> |
| 78 | + <table border="0" cellpadding="0" cellspacing="0" width="100%"> |
| 79 | + <tr valign="top"> |
| 80 | + <td align="left"><span class="table-header">Instance Methods</span></td> |
| 81 | + <td align="right" valign="top" |
| 82 | + ><span class="options">[<a href="#section-InstanceMethods" |
| 83 | + class="privatelink" onclick="toggle_private();" |
| 84 | + >hide private</a>]</span></td> |
| 85 | + </tr> |
| 86 | + </table> |
| 87 | + </td> |
| 88 | +</tr> |
| 89 | + <tr> |
| 90 | + <td colspan="2" class="summary"> |
| 91 | + <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.Exception</code></b>: |
| 92 | + <code>__init__</code>, |
| 93 | + <code>__new__</code> |
| 94 | + </p> |
| 95 | + <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>: |
| 96 | + <code>__delattr__</code>, |
| 97 | + <code>__getattribute__</code>, |
| 98 | + <code>__getitem__</code>, |
| 99 | + <code>__getslice__</code>, |
| 100 | + <code>__reduce__</code>, |
| 101 | + <code>__repr__</code>, |
| 102 | + <code>__setattr__</code>, |
| 103 | + <code>__setstate__</code>, |
| 104 | + <code>__str__</code>, |
| 105 | + <code>__unicode__</code> |
| 106 | + </p> |
| 107 | + <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>: |
| 108 | + <code>__format__</code>, |
| 109 | + <code>__hash__</code>, |
| 110 | + <code>__reduce_ex__</code>, |
| 111 | + <code>__sizeof__</code>, |
| 112 | + <code>__subclasshook__</code> |
| 113 | + </p> |
| 114 | + </td> |
| 115 | + </tr> |
| 116 | +</table> |
| 117 | +<!-- ==================== PROPERTIES ==================== --> |
| 118 | +<a name="section-Properties"></a> |
| 119 | +<table class="summary" border="1" cellpadding="3" |
| 120 | + cellspacing="0" width="100%" bgcolor="white"> |
| 121 | +<tr bgcolor="#70b0f0" class="table-header"> |
| 122 | + <td colspan="2" class="table-header"> |
| 123 | + <table border="0" cellpadding="0" cellspacing="0" width="100%"> |
| 124 | + <tr valign="top"> |
| 125 | + <td align="left"><span class="table-header">Properties</span></td> |
| 126 | + <td align="right" valign="top" |
| 127 | + ><span class="options">[<a href="#section-Properties" |
| 128 | + class="privatelink" onclick="toggle_private();" |
| 129 | + >hide private</a>]</span></td> |
| 130 | + </tr> |
| 131 | + </table> |
| 132 | + </td> |
| 133 | +</tr> |
| 134 | + <tr> |
| 135 | + <td colspan="2" class="summary"> |
| 136 | + <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>: |
| 137 | + <code>args</code>, |
| 138 | + <code>message</code> |
| 139 | + </p> |
| 140 | + <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>: |
| 141 | + <code>__class__</code> |
| 142 | + </p> |
| 143 | + </td> |
| 144 | + </tr> |
| 145 | +</table> |
| 146 | +<!-- ==================== NAVIGATION BAR ==================== --> |
| 147 | +<table class="navbar" border="0" width="100%" cellpadding="0" |
| 148 | + bgcolor="#a0c0ff" cellspacing="0"> |
| 149 | + <tr valign="middle"> |
| 150 | + |
| 151 | + <!-- Tree link --> |
| 152 | + <th> <a |
| 153 | + href="module-tree.html">Trees</a> </th> |
| 154 | + |
| 155 | + <!-- Index link --> |
| 156 | + <th> <a |
| 157 | + href="identifier-index.html">Indices</a> </th> |
| 158 | + |
| 159 | + <!-- Help link --> |
| 160 | + <th> <a |
| 161 | + href="help.html">Help</a> </th> |
| 162 | + |
| 163 | + <th class="navbar" width="100%"></th> |
| 164 | + </tr> |
| 165 | +</table> |
| 166 | +<table border="0" cellpadding="0" cellspacing="0" width="100%%"> |
| 167 | + <tr> |
| 168 | + <td align="left" class="footer"> |
| 169 | + Generated by Epydoc 3.0.1 on Thu Aug 30 07:12:46 2012 |
| 170 | + </td> |
| 171 | + <td align="right" class="footer"> |
| 172 | + <a target="mainFrame" href="http://epydoc.sourceforge.net" |
| 173 | + >http://epydoc.sourceforge.net</a> |
| 174 | + </td> |
| 175 | + </tr> |
| 176 | +</table> |
| 177 | + |
| 178 | +<script type="text/javascript"> |
| 179 | + <!-- |
| 180 | + // Private objects are initially displayed (because if |
| 181 | + // javascript is turned off then we want them to be |
| 182 | + // visible); but by default, we want to hide them. So hide |
| 183 | + // them unless we have a cookie that says to show them. |
| 184 | + checkCookie(); |
| 185 | + // --> |
| 186 | +</script> |
| 187 | +</body> |
| 188 | +</html> |
0 commit comments