~ubuntu-branches/ubuntu/trusty/python-babel/trusty

« back to all changes in this revision

Viewing changes to doc/api/babel.support-module.html

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2013-10-28 10:11:31 UTC
  • mfrom: (4.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20131028101131-zwbmm8sc29iemmlr
Tags: 1.3-2ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - debian/rules: Run the testsuite during builds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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>babel.support</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
 
  <!-- Home link -->
18
 
      <th>&nbsp;&nbsp;&nbsp;<a
19
 
        href="babel-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
20
 
 
21
 
  <!-- Tree link -->
22
 
      <th>&nbsp;&nbsp;&nbsp;<a
23
 
        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
24
 
 
25
 
  <!-- Index link -->
26
 
      <th>&nbsp;&nbsp;&nbsp;<a
27
 
        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
28
 
 
29
 
  <!-- Help link -->
30
 
      <th>&nbsp;&nbsp;&nbsp;<a
31
 
        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
32
 
 
33
 
  <!-- Project homepage -->
34
 
      <th class="navbar" align="right" width="100%">
35
 
        <table border="0" cellpadding="0" cellspacing="0">
36
 
          <tr><th class="navbar" align="center"
37
 
            ><a class="navbar" target="_top" href="../index.html">Documentation Index</a></th>
38
 
          </tr></table></th>
39
 
  </tr>
40
 
</table>
41
 
<table width="100%" cellpadding="0" cellspacing="0">
42
 
  <tr valign="top">
43
 
    <td width="100%">
44
 
      <span class="breadcrumbs">
45
 
        <a href="babel-module.html">Package&nbsp;babel</a> ::
46
 
        Module&nbsp;support
47
 
      </span>
48
 
    </td>
49
 
    <td>
50
 
      <table cellpadding="0" cellspacing="0">
51
 
        <!-- hide/show private -->
52
 
      </table>
53
 
    </td>
54
 
  </tr>
55
 
</table>
56
 
<!-- ==================== MODULE DESCRIPTION ==================== -->
57
 
<h1 class="epydoc">Module support</h1><p class="nomargin-top"></p>
58
 
<p>Several classes and functions that help with integrating and using Babel
59
 
in applications.</p>
60
 
<!-- note: the code in this module is not used by Babel itself -->
61
 
 
62
 
<!-- ==================== CLASSES ==================== -->
63
 
<a name="section-Classes"></a>
64
 
<table class="summary" border="1" cellpadding="3"
65
 
       cellspacing="0" width="100%" bgcolor="white">
66
 
<tr bgcolor="#70b0f0" class="table-header">
67
 
  <td align="left" colspan="2" class="table-header">
68
 
    <span class="table-header">Classes</span></td>
69
 
</tr>
70
 
<tr>
71
 
    <td width="15%" align="right" valign="top" class="summary">
72
 
      <span class="summary-type">&nbsp;</span>
73
 
    </td><td class="summary">
74
 
        <a href="babel.support.Format-class.html" class="summary-name">Format</a><br />
75
 
      Wrapper class providing the various date and number formatting functions
76
 
bound to a specific locale and time-zone.
77
 
    </td>
78
 
  </tr>
79
 
<tr>
80
 
    <td width="15%" align="right" valign="top" class="summary">
81
 
      <span class="summary-type">&nbsp;</span>
82
 
    </td><td class="summary">
83
 
        <a href="babel.support.LazyProxy-class.html" class="summary-name">LazyProxy</a><br />
84
 
      Class for proxy objects that delegate to a specified function to evaluate
85
 
the actual object.
86
 
    </td>
87
 
  </tr>
88
 
<tr>
89
 
    <td width="15%" align="right" valign="top" class="summary">
90
 
      <span class="summary-type">&nbsp;</span>
91
 
    </td><td class="summary">
92
 
        <a href="babel.support.Translations-class.html" class="summary-name">Translations</a><br />
93
 
      An extended translation catalog class.
94
 
    </td>
95
 
  </tr>
96
 
</table>
97
 
<!-- ==================== NAVIGATION BAR ==================== -->
98
 
<table class="navbar" border="0" width="100%" cellpadding="0"
99
 
       bgcolor="#a0c0ff" cellspacing="0">
100
 
  <tr valign="middle">
101
 
  <!-- Home link -->
102
 
      <th>&nbsp;&nbsp;&nbsp;<a
103
 
        href="babel-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
104
 
 
105
 
  <!-- Tree link -->
106
 
      <th>&nbsp;&nbsp;&nbsp;<a
107
 
        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
108
 
 
109
 
  <!-- Index link -->
110
 
      <th>&nbsp;&nbsp;&nbsp;<a
111
 
        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
112
 
 
113
 
  <!-- Help link -->
114
 
      <th>&nbsp;&nbsp;&nbsp;<a
115
 
        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
116
 
 
117
 
  <!-- Project homepage -->
118
 
      <th class="navbar" align="right" width="100%">
119
 
        <table border="0" cellpadding="0" cellspacing="0">
120
 
          <tr><th class="navbar" align="center"
121
 
            ><a class="navbar" target="_top" href="../index.html">Documentation Index</a></th>
122
 
          </tr></table></th>
123
 
  </tr>
124
 
</table>
125
 
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
126
 
  <tr>
127
 
    <td align="left" class="footer">
128
 
    Generated by Epydoc 3.0.1 on Thu Mar 17 15:12:44 2011
129
 
    </td>
130
 
    <td align="right" class="footer">
131
 
      <a target="mainFrame" href="http://epydoc.sourceforge.net"
132
 
        >http://epydoc.sourceforge.net</a>
133
 
    </td>
134
 
  </tr>
135
 
</table>
136
 
 
137
 
<script type="text/javascript">
138
 
  <!--
139
 
  // Private objects are initially displayed (because if
140
 
  // javascript is turned off then we want them to be
141
 
  // visible); but by default, we want to hide them.  So hide
142
 
  // them unless we have a cookie that says to show them.
143
 
  checkCookie();
144
 
  // -->
145
 
</script>
146
 
</body>
147
 
</html>