⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 skype4py.user.iuser-class.html

📁 基于python的skype的API的说明文档
💻 HTML
📖 第 1 页 / 共 4 页
字号:
<?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>Skype4Py.user.IUser</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"><!-- ==================== NAVIGATION BAR ==================== --><table class="navbar" border="0" width="100%" cellpadding="0"       bgcolor="#a0c0ff" cellspacing="0">  <tr valign="middle">  <!-- Home link -->      <th>&nbsp;&nbsp;&nbsp;<a        href="Skype4Py-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>  <!-- Tree link -->      <th>&nbsp;&nbsp;&nbsp;<a        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>  <!-- Index link -->      <th>&nbsp;&nbsp;&nbsp;<a        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>  <!-- Help link -->      <th>&nbsp;&nbsp;&nbsp;<a        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>  <!-- Project homepage -->      <th class="navbar" align="right" width="100%">        <table border="0" cellpadding="0" cellspacing="0">          <tr><th class="navbar" align="center"            ><a class="navbar" target="_top" href="https://developer.skype.com/wiki/Skype4Py">Skype4Py</a></th>          </tr></table></th>  </tr></table><table width="100%" cellpadding="0" cellspacing="0">  <tr valign="top">    <td width="100%">      <span class="breadcrumbs">        <a href="Skype4Py-module.html">Package&nbsp;Skype4Py</a> ::        <a href="Skype4Py.user-module.html">Module&nbsp;user</a> ::        Class&nbsp;IUser      </span>    </td>    <td>      <table cellpadding="0" cellspacing="0">        <!-- hide/show private -->        <tr><td align="right"><span class="options"            >[<a href="frames.html" target="_top">frames</a            >]&nbsp;|&nbsp;<a href="Skype4Py.user.IUser-class.html"            target="_top">no&nbsp;frames</a>]</span></td></tr>      </table>    </td>  </tr></table><!-- ==================== CLASS DESCRIPTION ==================== --><h1 class="epydoc">Class IUser</h1><p class="nomargin-top"><span class="codelink"><a href="Skype4Py.user-pysrc.html#IUser">source&nbsp;code</a></span></p><pre class="base-tree">  object --+               |    <a href="Skype4Py.utils.Cached-class.html">utils.Cached</a> --+               |              <strong class="uidshort">IUser</strong></pre><hr /><p>Represents a Skype user.</p><!-- ==================== INSTANCE METHODS ==================== --><a name="section-InstanceMethods"></a><table class="summary" border="1" cellpadding="3"       cellspacing="0" width="100%" bgcolor="white"><tr bgcolor="#70b0f0" class="table-header">  <td align="left" colspan="2" class="table-header">    <span class="table-header">Instance Methods</span></td></tr><tr>    <td width="15%" align="right" valign="top" class="summary">      <span class="summary-type">&nbsp;</span>    </td><td class="summary">      <table width="100%" cellpadding="0" cellspacing="0" border="0">        <tr>          <td><span class="summary-sig"><a href="Skype4Py.user.IUser-class.html#__repr__" class="summary-sig-name">__repr__</a>(<span class="summary-sig-arg">self</span>)</span><br />      repr(x)</td>          <td align="right" valign="top">            <span class="codelink"><a href="Skype4Py.user-pysrc.html#IUser.__repr__">source&nbsp;code</a></span>                      </td>        </tr>      </table>          </td>  </tr><tr>    <td width="15%" align="right" valign="top" class="summary">      <span class="summary-type">&nbsp;</span>    </td><td class="summary">      <table width="100%" cellpadding="0" cellspacing="0" border="0">        <tr>          <td><span class="summary-sig"><a href="Skype4Py.user.IUser-class.html#SaveAvatarToFile" class="summary-sig-name">SaveAvatarToFile</a>(<span class="summary-sig-arg">self</span>,        <span class="summary-sig-arg">Filename</span>,        <span class="summary-sig-arg">AvatarId</span>=<span class="summary-sig-default">1</span>)</span><br />      Saves user avatar to a file.</td>          <td align="right" valign="top">            <span class="codelink"><a href="Skype4Py.user-pysrc.html#IUser.SaveAvatarToFile">source&nbsp;code</a></span>                      </td>        </tr>      </table>          </td>  </tr><tr>    <td width="15%" align="right" valign="top" class="summary">      <span class="summary-type">&nbsp;</span>    </td><td class="summary">      <table width="100%" cellpadding="0" cellspacing="0" border="0">        <tr>          <td><span class="summary-sig"><a href="Skype4Py.user.IUser-class.html#SetBuddyStatusPendingAuthorization" class="summary-sig-name">SetBuddyStatusPendingAuthorization</a>(<span class="summary-sig-arg">self</span>,        <span class="summary-sig-arg">Text</span>=<span class="summary-sig-default"><code class="variable-quote">'</code><code class="variable-string"></code><code class="variable-quote">'</code></span>)</span><br />      Sets the BuddyStaus property to <a       href="Skype4Py.enums-module.html#budPendingAuthorization"       class="link">budPendingAuthorization</a> additionaly specifying the       authorization text.</td>          <td align="right" valign="top">            <span class="codelink"><a href="Skype4Py.user-pysrc.html#IUser.SetBuddyStatusPendingAuthorization">source&nbsp;code</a></span>                      </td>        </tr>      </table>          </td>  </tr>  <tr>    <td colspan="2" class="summary">    <p class="indent-wrapped-lines"><b>Inherited from <code><a href="Skype4Py.utils.Cached-class.html">utils.Cached</a></code></b>:      <code><a href="Skype4Py.utils.Cached-class.html#__copy__">__copy__</a></code>      </p>    <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:      <code>__delattr__</code>,      <code>__format__</code>,      <code>__getattribute__</code>,      <code>__hash__</code>,      <code>__init__</code>,      <code>__reduce__</code>,      <code>__reduce_ex__</code>,      <code>__setattr__</code>,      <code>__sizeof__</code>,      <code>__str__</code>,      <code>__subclasshook__</code>      </p>    </td>  </tr></table><!-- ==================== STATIC METHODS ==================== --><a name="section-StaticMethods"></a><table class="summary" border="1" cellpadding="3"       cellspacing="0" width="100%" bgcolor="white"><tr bgcolor="#70b0f0" class="table-header">  <td align="left" colspan="2" class="table-header">    <span class="table-header">Static Methods</span></td></tr>  <tr>    <td colspan="2" class="summary">    <p class="indent-wrapped-lines"><b>Inherited from <code><a href="Skype4Py.utils.Cached-class.html">utils.Cached</a></code></b>:      <code><a href="Skype4Py.utils.Cached-class.html#__new__">__new__</a></code>      </p>    </td>  </tr></table><!-- ==================== CLASS VARIABLES ==================== --><a name="section-ClassVariables"></a><table class="summary" border="1" cellpadding="3"       cellspacing="0" width="100%" bgcolor="white"><tr bgcolor="#70b0f0" class="table-header">  <td align="left" colspan="2" class="table-header">    <span class="table-header">Class Variables</span></td></tr>  <tr>    <td colspan="2" class="summary">    <p class="indent-wrapped-lines"><b>Inherited from <code><a href="Skype4Py.utils.Cached-class.html">utils.Cached</a></code></b>:      <code><a href="Skype4Py.utils.Cached-class.html#_cache_">_cache_</a></code>      </p>    </td>  </tr></table><!-- ==================== PROPERTIES ==================== --><a name="section-Properties"></a><table class="summary" border="1" cellpadding="3"       cellspacing="0" width="100%" bgcolor="white"><tr bgcolor="#70b0f0" class="table-header">  <td align="left" colspan="2" class="table-header">    <span class="table-header">Properties</span></td></tr><tr>    <td width="15%" align="right" valign="top" class="summary">      <span class="summary-type">unicode</span>    </td><td class="summary">        <a href="Skype4Py.user.IUser-class.html#About" class="summary-name">About</a><br />      About text of the user.    </td>  </tr><tr>    <td width="15%" align="right" valign="top" class="summary">      <span class="summary-type">tuple of unicode</span>    </td><td class="summary">        <a href="Skype4Py.user.IUser-class.html#Aliases" class="summary-name">Aliases</a><br />      Aliases of the user.    </td>  </tr><tr>    <td width="15%" align="right" valign="top" class="summary">      <span class="summary-type">datetime.date</span>    </td><td class="summary">        <a href="Skype4Py.user.IUser-class.html#Birthday" class="summary-name">Birthday</a><br />      Birthday of the user.    </td>  </tr><tr>    <td width="15%" align="right" valign="top" class="summary">      <span class="summary-type"><a href="Skype4Py.enums-module.html#budUnknown" class="link">Buddy       status</a></span>    </td><td class="summary">        <a href="Skype4Py.user.IUser-class.html#BuddyStatus" class="summary-name">BuddyStatus</a><br />      Buddy status of the user.    </td>  </tr><tr>    <td width="15%" align="right" valign="top" class="summary">      <span class="summary-type">bool</span>    </td><td class="summary">        <a href="Skype4Py.user.IUser-class.html#CanLeaveVoicemail" class="summary-name">CanLeaveVoicemail</a><br />      Tells if it is possible to send voicemail to the user.    </td>  </tr><tr>    <td width="15%" align="right" valign="top" class="summary">      <span class="summary-type">unicode</span>    </td><td class="summary">        <a href="Skype4Py.user.IUser-class.html#City" class="summary-name">City</a><br />      City of the user.    </td>  </tr><tr>    <td width="15%" align="right" valign="top" class="summary">      <span class="summary-type">unicode</span>    </td><td class="summary">        <a href="Skype4Py.user.IUser-class.html#Country" class="summary-name">Country</a><br />      Country of the user.    </td>  </tr><tr>    <td width="15%" align="right" valign="top" class="summary">      <span class="summary-type">unicode</span>    </td><td class="summary">        <a href="Skype4Py.user.IUser-class.html#CountryCode" class="summary-name">CountryCode</a><br />      ISO country code of the user.    </td>  </tr><tr>    <td width="15%" align="right" valign="top" class="summary">      <span class="summary-type">unicode</span>    </td><td class="summary">        <a href="Skype4Py.user.IUser-class.html#DisplayName" class="summary-name">DisplayName</a><br />      Display name of the user.    </td>  </tr><tr>    <td width="15%" align="right" valign="top" class="summary">      <span class="summary-type">unicode</span>    </td><td class="summary">        <a href="Skype4Py.user.IUser-class.html#Handle" class="summary-name">Handle</a><br />      Skypename of the user.    </td>  </tr><tr>    <td width="15%" align="right" valign="top" class="summary">      <span class="summary-type">unicode</span>    </td><td class="summary">        <a href="Skype4Py.user.IUser-class.html#FullName" class="summary-name">FullName</a><br />      Full name of the user.    </td>  </tr><tr>    <td width="15%" align="right" valign="top" class="summary">      <span class="summary-type">bool</span>    </td><td class="summary">        <a href="Skype4Py.user.IUser-class.html#HasCallEquipment" class="summary-name">HasCallEquipment</a><br />      Tells if the user has call equipment.    </td>  </tr><tr>    <td width="15%" align="right" valign="top" class="summary">      <span class="summary-type">unicode</span>    </td><td class="summary">        <a href="Skype4Py.user.IUser-class.html#Homepage" class="summary-name">Homepage</a><br />      Homepage URL of the user.    </td>  </tr><tr>    <td width="15%" align="right" valign="top" class="summary">      <span class="summary-type">bool</span>    </td><td class="summary">        <a href="Skype4Py.user.IUser-class.html#IsAuthorized" class="summary-name">IsAuthorized</a><br />      Tells if the user is authorized to contact us.    </td>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -