Compiles the file source and generates a .pyc file.
ファイル source をコンパイルし、.pyc ファイルを生成します。 - Python
It is able to store compiled Python code as 'PYC' resources in a file. コンパイル済みの Python コードに 'PYC' リソースを付加できます。 - Python
Helper to create 'PYC~' resources for compiledapplications.
コンパイル済みアプリケーションに 'PYC~' リソースを作成にするヘルパーモジュール - Python
Return the magic number for Python bytecode files(a.k.a. .pyc and .pyo files).
Python バイトコードファイル (いわゆる .pyc および .pyoファイル) のマジックナンバを返します。 - Python
Return the magic string value used to recognize byte-compiled code files (.pyc files). バイトコンパイルされたコードファイル(.pycファイル)を認識するために使われるマジック文字列値を返します。 - Python
a module written in Python and contained in a single .py file (and possibly associated .pyc and/or.pyo files). Python で書かれ、単一の .py ファイル内に収められたモジュールです (.pyc かつ/または .pyo ファイルと関連があります) 。 - Python
The marshal module exists mainly to support reading and writing the ``pseudo-compiled'' code for Python modules of .pyc files. marshal モジュールは主に、``擬似コンパイルされた (pseudo-compiled)'' コードの .pyc ファイルへの読み書きをサポートするために存在します。 - Python
Note that if a properly matching byte-compiled file (with suffix .pyc or .pyo) exists, it will be used instead of parsing the given source file. Subsections (拡張子.pycまたは.pyoをもつ)正しく対応するバイトコンパイルされたファイルが存在する場合は、与えられたソースファイルを構文解析する代わりにそれが使われることに注意してください。 - Python
Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.