Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: swig/Lib/python/python.swg

Issue 553095: Checkin swig binaries for win, linux and Mac... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: '' Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « swig/Lib/python/pystrings.swg ('k') | swig/Lib/python/pythonkw.swg » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 /* ------------------------------------------------------------
2 * python.swg
3 *
4 * Python configuration module.
5 * ------------------------------------------------------------ */
6
7 /* ------------------------------------------------------------
8 * Inner macros
9 * ------------------------------------------------------------ */
10 %include <pymacros.swg>
11
12
13 /* ------------------------------------------------------------
14 * The runtime part
15 * ------------------------------------------------------------ */
16 %include <pyruntime.swg>
17
18 /* ------------------------------------------------------------
19 * Special user directives
20 * ------------------------------------------------------------ */
21 %include <pyuserdir.swg>
22
23 /* ------------------------------------------------------------
24 * Typemap specializations
25 * ------------------------------------------------------------ */
26 %include <pytypemaps.swg>
27
28 /* ------------------------------------------------------------
29 * Overloaded operator support
30 * ------------------------------------------------------------ */
31 %include <pyopers.swg>
32
33 /* ------------------------------------------------------------
34 * Warnings for Python keywords
35 * ------------------------------------------------------------ */
36 %include <pythonkw.swg>
37
38 /* ------------------------------------------------------------
39 * The Python autodoc support
40 * ------------------------------------------------------------ */
41 %include <pydocs.swg>
42
43 /* ------------------------------------------------------------
44 * The Python classes, for C++
45 * ------------------------------------------------------------ */
46 %include <pyclasses.swg>
47
48 /* ------------------------------------------------------------
49 * The Python initialization function
50 * ------------------------------------------------------------ */
51 %include <pyinit.swg>
52
53
54 /* ------------------------------------------------------------
55 * For backward compatibility
56 * ------------------------------------------------------------ */
57 %include <pybackward.swg>
58
59
OLDNEW
« no previous file with comments | « swig/Lib/python/pystrings.swg ('k') | swig/Lib/python/pythonkw.swg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698