Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > bf9ddee8352dabf2ba1d26636a349741 > files > 396

python2-pymongo-3.7.2-1.mga7.armv7hl.rpm


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>pymongo – Python driver for MongoDB &#8212; PyMongo 3.7.2 documentation</title>
    <link rel="stylesheet" href="../../_static/pydoctheme.css" type="text/css" />
    <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
    
    <script type="text/javascript" id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
    <script type="text/javascript" src="../../_static/jquery.js"></script>
    <script type="text/javascript" src="../../_static/underscore.js"></script>
    <script type="text/javascript" src="../../_static/doctools.js"></script>
    <script type="text/javascript" src="../../_static/language_data.js"></script>
    
    <script type="text/javascript" src="../../_static/sidebar.js"></script>
    
    <link rel="index" title="Index" href="../../genindex.html" />
    <link rel="search" title="Search" href="../../search.html" />
    <link rel="next" title="bulk – The bulk write operations interface" href="bulk.html" />
    <link rel="prev" title="tz_util – Utilities for dealing with timezones in Python" href="../bson/tz_util.html" /> 
  </head><body>
    <div class="related" role="navigation" aria-label="related navigation">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="../../genindex.html" title="General Index"
             accesskey="I">index</a></li>
        <li class="right" >
          <a href="../../py-modindex.html" title="Python Module Index"
             >modules</a> |</li>
        <li class="right" >
          <a href="bulk.html" title="bulk – The bulk write operations interface"
             accesskey="N">next</a> |</li>
        <li class="right" >
          <a href="../bson/tz_util.html" title="tz_util – Utilities for dealing with timezones in Python"
             accesskey="P">previous</a> |</li>
        <li class="nav-item nav-item-0"><a href="../../index.html">PyMongo 3.7.2 documentation</a> &#187;</li>
          <li class="nav-item nav-item-1"><a href="../index.html" accesskey="U">API Documentation</a> &#187;</li> 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body" role="main">
            
  <div class="section" id="module-pymongo">
<span id="pymongo-python-driver-for-mongodb"></span><h1><a class="reference internal" href="#module-pymongo" title="pymongo: Python driver for MongoDB"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pymongo</span></code></a> – Python driver for MongoDB<a class="headerlink" href="#module-pymongo" title="Permalink to this headline">¶</a></h1>
<p>Python driver for MongoDB.</p>
<dl class="data">
<dt id="pymongo.version">
<code class="descclassname">pymongo.</code><code class="descname">version</code><em class="property"> = '3.7.2'</em><a class="headerlink" href="#pymongo.version" title="Permalink to this definition">¶</a></dt>
<dd><p>str(object=’‘) -&gt; string</p>
<p>Return a nice string representation of the object.
If the argument is a string, the return value is the same object.</p>
</dd></dl>

<dl class="data">
<dt id="pymongo.MongoClient">
<code class="descclassname">pymongo.</code><code class="descname">MongoClient</code><a class="headerlink" href="#pymongo.MongoClient" title="Permalink to this definition">¶</a></dt>
<dd><p>Alias for <a class="reference internal" href="mongo_client.html#pymongo.mongo_client.MongoClient" title="pymongo.mongo_client.MongoClient"><code class="xref py py-class docutils literal notranslate"><span class="pre">pymongo.mongo_client.MongoClient</span></code></a>.</p>
</dd></dl>

<dl class="data">
<dt id="pymongo.MongoReplicaSetClient">
<code class="descclassname">pymongo.</code><code class="descname">MongoReplicaSetClient</code><a class="headerlink" href="#pymongo.MongoReplicaSetClient" title="Permalink to this definition">¶</a></dt>
<dd><p>Alias for <a class="reference internal" href="mongo_replica_set_client.html#pymongo.mongo_replica_set_client.MongoReplicaSetClient" title="pymongo.mongo_replica_set_client.MongoReplicaSetClient"><code class="xref py py-class docutils literal notranslate"><span class="pre">pymongo.mongo_replica_set_client.MongoReplicaSetClient</span></code></a>.</p>
</dd></dl>

<dl class="data">
<dt id="pymongo.ReadPreference">
<code class="descclassname">pymongo.</code><code class="descname">ReadPreference</code><a class="headerlink" href="#pymongo.ReadPreference" title="Permalink to this definition">¶</a></dt>
<dd><p>Alias for <a class="reference internal" href="read_preferences.html#pymongo.read_preferences.ReadPreference" title="pymongo.read_preferences.ReadPreference"><code class="xref py py-class docutils literal notranslate"><span class="pre">pymongo.read_preferences.ReadPreference</span></code></a>.</p>
</dd></dl>

<dl class="function">
<dt id="pymongo.has_c">
<code class="descclassname">pymongo.</code><code class="descname">has_c</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#pymongo.has_c" title="Permalink to this definition">¶</a></dt>
<dd><p>Is the C extension installed?</p>
</dd></dl>

<dl class="data">
<dt id="pymongo.MIN_SUPPORTED_WIRE_VERSION">
<code class="descclassname">pymongo.</code><code class="descname">MIN_SUPPORTED_WIRE_VERSION</code><a class="headerlink" href="#pymongo.MIN_SUPPORTED_WIRE_VERSION" title="Permalink to this definition">¶</a></dt>
<dd><p>The minimum wire protocol version PyMongo supports.</p>
</dd></dl>

<dl class="data">
<dt id="pymongo.MAX_SUPPORTED_WIRE_VERSION">
<code class="descclassname">pymongo.</code><code class="descname">MAX_SUPPORTED_WIRE_VERSION</code><a class="headerlink" href="#pymongo.MAX_SUPPORTED_WIRE_VERSION" title="Permalink to this definition">¶</a></dt>
<dd><p>The maximum wire protocol version PyMongo supports.</p>
</dd></dl>

<p>Sub-modules:</p>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="bulk.html"><code class="docutils literal notranslate"><span class="pre">bulk</span></code> – The bulk write operations interface</a></li>
<li class="toctree-l1"><a class="reference internal" href="change_stream.html"><code class="docutils literal notranslate"><span class="pre">change_stream</span></code> – Watch changes on a collection</a></li>
<li class="toctree-l1"><a class="reference internal" href="client_session.html"><code class="docutils literal notranslate"><span class="pre">client_session</span></code> – Logical sessions for sequential operations</a><ul>
<li class="toctree-l2"><a class="reference internal" href="client_session.html#causally-consistent-reads">Causally Consistent Reads</a></li>
<li class="toctree-l2"><a class="reference internal" href="client_session.html#transactions">Transactions</a></li>
<li class="toctree-l2"><a class="reference internal" href="client_session.html#classes">Classes</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="collation.html"><code class="docutils literal notranslate"><span class="pre">collation</span></code> – Tools for working with collations.</a></li>
<li class="toctree-l1"><a class="reference internal" href="collection.html"><code class="docutils literal notranslate"><span class="pre">collection</span></code> – Collection level operations</a></li>
<li class="toctree-l1"><a class="reference internal" href="command_cursor.html"><code class="docutils literal notranslate"><span class="pre">command_cursor</span></code> – Tools for iterating over MongoDB command results</a></li>
<li class="toctree-l1"><a class="reference internal" href="cursor.html"><code class="docutils literal notranslate"><span class="pre">cursor</span></code> – Tools for iterating over MongoDB query results</a></li>
<li class="toctree-l1"><a class="reference internal" href="cursor_manager.html"><code class="docutils literal notranslate"><span class="pre">cursor_manager</span></code> – Managers to handle when cursors are killed after being closed</a></li>
<li class="toctree-l1"><a class="reference internal" href="database.html"><code class="docutils literal notranslate"><span class="pre">database</span></code> – Database level operations</a></li>
<li class="toctree-l1"><a class="reference internal" href="driver_info.html"><code class="docutils literal notranslate"><span class="pre">driver_info</span></code></a></li>
<li class="toctree-l1"><a class="reference internal" href="errors.html"><code class="docutils literal notranslate"><span class="pre">errors</span></code> – Exceptions raised by the <code class="docutils literal notranslate"><span class="pre">pymongo</span></code> package</a></li>
<li class="toctree-l1"><a class="reference internal" href="message.html"><code class="docutils literal notranslate"><span class="pre">message</span></code> – Tools for creating messages to be sent to MongoDB</a></li>
<li class="toctree-l1"><a class="reference internal" href="mongo_client.html"><code class="docutils literal notranslate"><span class="pre">mongo_client</span></code> – Tools for connecting to MongoDB</a></li>
<li class="toctree-l1"><a class="reference internal" href="mongo_replica_set_client.html"><code class="docutils literal notranslate"><span class="pre">mongo_replica_set_client</span></code> – Tools for connecting to a MongoDB replica set</a></li>
<li class="toctree-l1"><a class="reference internal" href="monitoring.html"><code class="docutils literal notranslate"><span class="pre">monitoring</span></code> – Tools for monitoring driver events.</a></li>
<li class="toctree-l1"><a class="reference internal" href="operations.html"><code class="docutils literal notranslate"><span class="pre">operations</span></code> – Operation class definitions</a></li>
<li class="toctree-l1"><a class="reference internal" href="pool.html"><code class="docutils literal notranslate"><span class="pre">pool</span></code> – Pool module for use with a MongoDB client.</a></li>
<li class="toctree-l1"><a class="reference internal" href="read_concern.html"><code class="docutils literal notranslate"><span class="pre">read_concern</span></code> – Tools for working with read concern.</a></li>
<li class="toctree-l1"><a class="reference internal" href="read_preferences.html"><code class="docutils literal notranslate"><span class="pre">read_preferences</span></code> – Utilities for choosing which member of a replica set to read from.</a></li>
<li class="toctree-l1"><a class="reference internal" href="results.html"><code class="docutils literal notranslate"><span class="pre">results</span></code> – Result class definitions</a></li>
<li class="toctree-l1"><a class="reference internal" href="son_manipulator.html"><code class="docutils literal notranslate"><span class="pre">son_manipulator</span></code> – Manipulators that can edit SON documents as they are saved or retrieved</a></li>
<li class="toctree-l1"><a class="reference internal" href="uri_parser.html"><code class="docutils literal notranslate"><span class="pre">uri_parser</span></code> – Tools to parse and validate a MongoDB URI</a></li>
<li class="toctree-l1"><a class="reference internal" href="write_concern.html"><code class="docutils literal notranslate"><span class="pre">write_concern</span></code> – Tools for specifying write concern</a></li>
</ul>
</div>
</div>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
        <div class="sphinxsidebarwrapper">
  <h4>Previous topic</h4>
  <p class="topless"><a href="../bson/tz_util.html"
                        title="previous chapter"><code class="docutils literal notranslate"><span class="pre">tz_util</span></code> – Utilities for dealing with timezones in Python</a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="bulk.html"
                        title="next chapter"><code class="docutils literal notranslate"><span class="pre">bulk</span></code> – The bulk write operations interface</a></p>
  <div role="note" aria-label="source link">
    <h3>This Page</h3>
    <ul class="this-page-menu">
      <li><a href="../../_sources/api/pymongo/index.rst.txt"
            rel="nofollow">Show Source</a></li>
    </ul>
   </div>
<div id="searchbox" style="display: none" role="search">
  <h3>Quick search</h3>
    <div class="searchformwrapper">
    <form class="search" action="../../search.html" method="get">
      <input type="text" name="q" />
      <input type="submit" value="Go" />
      <input type="hidden" name="check_keywords" value="yes" />
      <input type="hidden" name="area" value="default" />
    </form>
    </div>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related" role="navigation" aria-label="related navigation">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="../../genindex.html" title="General Index"
             >index</a></li>
        <li class="right" >
          <a href="../../py-modindex.html" title="Python Module Index"
             >modules</a> |</li>
        <li class="right" >
          <a href="bulk.html" title="bulk – The bulk write operations interface"
             >next</a> |</li>
        <li class="right" >
          <a href="../bson/tz_util.html" title="tz_util – Utilities for dealing with timezones in Python"
             >previous</a> |</li>
        <li class="nav-item nav-item-0"><a href="../../index.html">PyMongo 3.7.2 documentation</a> &#187;</li>
          <li class="nav-item nav-item-1"><a href="../index.html" >API Documentation</a> &#187;</li> 
      </ul>
    </div>
    <div class="footer" role="contentinfo">
        &#169; Copyright MongoDB, Inc. 2008-present. MongoDB, Mongo, and the leaf logo are registered trademarks of MongoDB, Inc.
    </div>
  </body>
</html>