blob: f72dfebbccb5b5f7426839ab3776787d84ab5ed1 [file] [log] [blame]
Joe Gregorio5dc0f5c2012-06-05 13:34:31 -04001<?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.anyjson</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 <a href="oauth2client-module.html">Package&nbsp;oauth2client</a> ::
38 Module&nbsp;anyjson
39 </span>
40 </td>
41 <td>
42 <table cellpadding="0" cellspacing="0">
43 <!-- hide/show private -->
44 <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
45 onclick="toggle_private();">hide&nbsp;private</a>]</span></td></tr>
46 <tr><td align="right"><span class="options"
47 >[<a href="frames.html" target="_top">frames</a
48 >]&nbsp;|&nbsp;<a href="oauth2client.anyjson-module.html"
49 target="_top">no&nbsp;frames</a>]</span></td></tr>
50 </table>
51 </td>
52 </tr>
53</table>
54<!-- ==================== MODULE DESCRIPTION ==================== -->
55<h1 class="epydoc">Module anyjson</h1><p class="nomargin-top"><span class="codelink"><a href="oauth2client.anyjson-pysrc.html">source&nbsp;code</a></span></p>
56<pre class="literalblock">
57Utility module to import a JSON module
58
59Hides all the messy details of exactly where
60we get a simplejson module from.
61
62</pre>
63
64<hr />
65<div class="fields"> <p><strong>Author:</strong>
66 jcgregorio@google.com (Joe Gregorio)
67 </p>
Joe Gregoriof4839b02012-09-06 13:47:24 -040068</div><!-- ==================== NAVIGATION BAR ==================== -->
Joe Gregorio5dc0f5c2012-06-05 13:34:31 -040069<table class="navbar" border="0" width="100%" cellpadding="0"
70 bgcolor="#a0c0ff" cellspacing="0">
71 <tr valign="middle">
72
73 <!-- Tree link -->
74 <th>&nbsp;&nbsp;&nbsp;<a
75 href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
76
77 <!-- Index link -->
78 <th>&nbsp;&nbsp;&nbsp;<a
79 href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
80
81 <!-- Help link -->
82 <th>&nbsp;&nbsp;&nbsp;<a
83 href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
84
85 <th class="navbar" width="100%"></th>
86 </tr>
87</table>
88<table border="0" cellpadding="0" cellspacing="0" width="100%%">
89 <tr>
90 <td align="left" class="footer">
Joe Gregoriof4839b02012-09-06 13:47:24 -040091 Generated by Epydoc 3.0.1 on Thu Sep 6 13:36:11 2012
Joe Gregorio5dc0f5c2012-06-05 13:34:31 -040092 </td>
93 <td align="right" class="footer">
94 <a target="mainFrame" href="http://epydoc.sourceforge.net"
95 >http://epydoc.sourceforge.net</a>
96 </td>
97 </tr>
98</table>
99
100<script type="text/javascript">
101 <!--
102 // Private objects are initially displayed (because if
103 // javascript is turned off then we want them to be
104 // visible); but by default, we want to hide them. So hide
105 // them unless we have a cookie that says to show them.
106 checkCookie();
107 // -->
108</script>
109</body>
110</html>