YOU SAID:
The optional arguments flags and dont_inherit control which future statements (see PEP 236) affect the compilation of source. If neither is present (or both are zero) the code is compiled with those future statements that are in effect in the code that is calling compile(). If the flags argument is given and dont_inherit is not (or is zero) then the future statements specified by the flags argument are used in addition to those that would be used anyway. If dont_inherit is a non-zero integer then the flags argument is it – the future statements in effect around the call to compile are ignored.
INTO JAPANESE
省略可能な引数フラグと dont_inherit (PEP 236 参照) 将来文ソースのコンパイルに影響を制御します。コードをどちらが存在 (または両方ともゼロ) 場合は、説明する compile() を呼び出しているコードで有効になっているこれらの将来のステートメントでコンパイルされます。フラグ引数を指定し、dont_inherit ではない (またはゼロ) 場合、回
BACK INTO ENGLISH
Optional arguments flags and dont_inherit (see PEP 236) future to compile the statement source control the effects. Code exist either (or both are zero) are compiled in the code that calls the compile() described on these forward-looking statements,
INTO JAPANESE
省略可能な引数フラグと dont_inherit (PEP 236 参照) 文のソースをコンパイルする未来は、効果を制御します。コードが存在するか (または両方ともゼロ) これらの将来の見通しに関する記述に記載されている説明する compile() を呼び出すコードでコンパイルされます
BACK INTO ENGLISH
Control the effect a future source of optional arguments flags and dont_inherit (see PEP 236) statement is compiled. Missing code (or both are zero) are compiled by the call to compile() described in these forward-looking statements
INTO JAPANESE
効果の将来のソースを制御ステートメントのコンパイルの省略可能な引数フラグと dont_inherit (PEP 236 参照)。コードの欠落 (または両方ともゼロ) これらの将来見通しに関する記述に記載されている説明する compile() の呼び出しによってコンパイルされています
BACK INTO ENGLISH
Effects in the future source for compilation control statements are optional arguments flags and dont_inherit (see PEP 236). Missing code (or both are zero) has been compiled by call to compile() to explain these future described in the forward-looking statements
INTO JAPANESE
コンパイル制御文の将来のソースに効果が省略可能な引数フラグと dont_inherit (PEP 236 参照です)。コードの欠落 (または両方ともゼロ) これらの将来の見通しに関する記述に記載されている説明する compile() に呼び出しによってコンパイルされています。
Yes! You've got it man! You've got it