| Display title | Python/Code |
| Default sort key | Python/Code |
| Page length (in bytes) | 17,521 |
| Namespace ID | 0 |
| Page ID | 2065 |
| Page content language | en - English |
| Page content model | wikitext |
| Indexing by robots | Allowed |
| Number of redirects to this page | 0 |
| Edit | Allow all users (infinite) |
| Move | Allow all users (infinite) |
| Page creator | Dave (talk | contribs) |
| Date of page creation | 18:50, 7 August 2013 |
| Latest editor | Dave (talk | contribs) |
| Date of latest edit | 18:50, 7 August 2013 |
| Total number of edits | 1 |
| Total number of distinct authors | 1 |
| Recent number of edits (within past 90 days) | 0 |
| Recent number of distinct authors | 0 |
Description | Content |
Article description: (description) This attribute controls the content of the description and og:description elements. | // CPython.cpp #include "kVersion.h" #if kUsePython #if __WIN32__ #include "python.h" #else #include #endif #endif #include "stdafx.h" #include "CApp.h" #include "CPython.h" bool CPython_UsePython() { return kUsePython; } #if kUsePython #include "CTaskMgr.h" #define kEmbeddedModuleName... |