doc/api/python/version-module.html
changeset 432 f2ddfa555b0f
equal deleted inserted replaced
431:7685cec9fd3c 432:f2ddfa555b0f
       
     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>version</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>&nbsp;&nbsp;&nbsp;<a
       
    20         href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
       
    21 
       
    22   <!-- Index link -->
       
    23       <th>&nbsp;&nbsp;&nbsp;<a
       
    24         href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
       
    25 
       
    26   <!-- Help link -->
       
    27       <th>&nbsp;&nbsp;&nbsp;<a
       
    28         href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</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         Module&nbsp;version
       
    38       </span>
       
    39     </td>
       
    40     <td>
       
    41       <table cellpadding="0" cellspacing="0">
       
    42         <!-- hide/show private -->
       
    43         <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
       
    44     onclick="toggle_private();">hide&nbsp;private</a>]</span></td></tr>
       
    45         <tr><td align="right"><span class="options"
       
    46             >[<a href="frames.html" target="_top">frames</a
       
    47             >]&nbsp;|&nbsp;<a href="version-module.html"
       
    48             target="_top">no&nbsp;frames</a>]</span></td></tr>
       
    49       </table>
       
    50     </td>
       
    51   </tr>
       
    52 </table>
       
    53 <!-- ==================== MODULE DESCRIPTION ==================== -->
       
    54 <h1 class="epydoc">Module version</h1><span class="codelink"><a href="version-pysrc.html">source&nbsp;code</a></span><br /><br />
       
    55 <p>S60 Version Management module.</p>
       
    56 <pre class="rst-literal-block">
       
    57 config = {'model.name': 'NXX',
       
    58           'variant.id': '01',
       
    59           'variant.revision' : '0',
       
    60           'model.template': '${model.name} (${variant.id}.${variant.revision})'}
       
    61 v = Version('model',config)
       
    62 print v.version_string()
       
    63 </pre><br /><br />
       
    64 
       
    65 <!-- ==================== CLASSES ==================== -->
       
    66 <a name="section-Classes"></a>
       
    67 <table class="summary" border="1" cellpadding="3"
       
    68        cellspacing="0" width="100%" bgcolor="white">
       
    69 <tr bgcolor="#70b0f0" class="table-header">
       
    70   <td colspan="2" class="table-header">
       
    71     <table border="0" cellpadding="0" cellspacing="0" width="100%">
       
    72       <tr valign="top">
       
    73         <td align="left"><span class="table-header">Classes</span></td>
       
    74         <td align="right" valign="top"
       
    75          ><span class="options">[<a href="#section-Classes"
       
    76          class="privatelink" onclick="toggle_private();"
       
    77          >hide private</a>]</span></td>
       
    78       </tr>
       
    79     </table>
       
    80   </td>
       
    81 </tr>
       
    82 <tr>
       
    83     <td width="15%" align="right" valign="top" class="summary">
       
    84       <span class="summary-type">&nbsp;</span>
       
    85     </td><td class="summary">
       
    86         <a href="version.Version-class.html" class="summary-name">Version</a><br />
       
    87       Version template.
       
    88     </td>
       
    89   </tr>
       
    90 </table>
       
    91 <!-- ==================== NAVIGATION BAR ==================== -->
       
    92 <table class="navbar" border="0" width="100%" cellpadding="0"
       
    93        bgcolor="#a0c0ff" cellspacing="0">
       
    94   <tr valign="middle">
       
    95 
       
    96   <!-- Tree link -->
       
    97       <th>&nbsp;&nbsp;&nbsp;<a
       
    98         href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
       
    99 
       
   100   <!-- Index link -->
       
   101       <th>&nbsp;&nbsp;&nbsp;<a
       
   102         href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
       
   103 
       
   104   <!-- Help link -->
       
   105       <th>&nbsp;&nbsp;&nbsp;<a
       
   106         href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
       
   107 
       
   108       <th class="navbar" width="100%"></th>
       
   109   </tr>
       
   110 </table>
       
   111 <table border="0" cellpadding="0" cellspacing="0" width="100%%">
       
   112   <tr>
       
   113     <td align="left" class="footer">
       
   114     Generated by Epydoc 3.0beta1 on Wed Sep 09 13:44:16 2009
       
   115     </td>
       
   116     <td align="right" class="footer">
       
   117       <a href="http://epydoc.sourceforge.net">http://epydoc.sourceforge.net</a>
       
   118     </td>
       
   119   </tr>
       
   120 </table>
       
   121 
       
   122 <script type="text/javascript">
       
   123   <!--
       
   124   // Private objects are initially displayed (because if
       
   125   // javascript is turned off then we want them to be
       
   126   // visible); but by default, we want to hide them.  So hide
       
   127   // them unless we have a cookie that says to show them.
       
   128   checkCookie()
       
   129   // -->
       
   130 </script>
       
   131   
       
   132 </body>
       
   133 </html>