Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 214 for FILE (0.079 sec.)
32.9. pyclbr --- Python クラスブラウザサポート — Python 3.6.5 ドキュメント 5401
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ¶ メソッド名を行番号に対応付ける辞書です。 Class. file ¶ クラスを定義している class 文が入っているファイル ... の名前です。 Class. lineno ¶ file で指定されたファイルにおける class 文の行番号です。 ... 前です。 Function. name ¶ 関数の名前です。 Function. file ¶ 関数を定義してる def 文が入っているファイルの名前 ... です。 Function. lineno ¶ file で指定されたファイルにおける def 文の行番号です。 ...
https://man.plustar.jp/python/library/pyclbr.html - [similar]
DTrace と SystemTap で CPython を測定する — Python 3.6.5 ドキュメント 5359
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » DTra ... す: $ readelf -n ./python Displaying notes found at file offset 0x00000254 with length 0x00000020: Owner Da ... ) OS: Linux, ABI: 2.6.32 Displaying notes found at file offset 0x00000274 with length 0x00000024: Owner Da ... 6e11251d4602022977af2670 Displaying notes found at file offset 0x002d6c30 with length 0x00000144: Owner Da ... . This requires you to explicitly state the binary file containing them. 例えば、この SystemTap スクリプト ...
https://man.plustar.jp/python/howto/instrumentation.html - [similar]
16.16. ctypes --- Pythonのための外部関数ライブラリ — Python 3.6.5 ドキュメント 5359
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... MyOwnFunction ) Traceback (most recent call last): File "<stdin>" , line 1 , in <module> File "ctypes.py" ... kernel32 [ 0 ] Traceback (most recent call last): File "<stdin>" , line 1 , in <module> File "ctypes.py" ... andleA ( None ) Traceback (most recent call last): File "<stdin>" , line 1 , in <module> ValueError : Proc ... tf ( b "spam" ) Traceback (most recent call last): File "<stdin>" , line 1 , in <module> ValueError : Proc ...
https://man.plustar.jp/python/library/ctypes.html - [similar]
19.1.3. email.generator: MIME 文書の生成 — Python 3.6.5 ドキュメント 5359
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ncoded text provided to the write() method, to the file-like object outfp . outfp must support a write met ... ssage object structure rooted at msg to the output file specified when the BytesGenerator instance was cre ... or any text provided to the write() method, to the file-like object outfp . outfp must support a write met ... ssage object structure rooted at msg to the output file specified when the Generator instance was created. ...
https://man.plustar.jp/python/library/email.generator.html - [similar]
2. 組み込み関数 — Python 3.6.5 ドキュメント 5359
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ドキュメントを参照してください。 compile ( source , filename , mode , flags=0 , dont_inherit=False , optimi ... 、 ast モジュールのドキュメントを参照してください。 filename 引数には、コードの読み出し元のファイルを与えな ... ll__', '__builtins__', '__cached__', '__doc__', '__file__', '__initializing__', '__loader__', '__name__', ... あることが期待されます (リファレンスマニュアルの節 "file-input" を参照)。なお、 return および yield 文は、 ...
https://man.plustar.jp/python/library/functions.html - [similar]
17.5. subprocess --- サブプロセス管理 — Python 3.6.5 ドキュメント 5359
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... rors are specified, or universal_newlines is true, file objects for stdin, stdout and stderr are opened in ... errors or the io.TextIOWrapper default. Otherwise, file objects are opened in binary mode. 例: >>> subproc ... are specified, or universal_newlines is true, the file objects stdin , stdout and stderr will be opened i ... りません 。 If encoding or errors are specified, the file objects stdin , stdout and stderr are opened in te ...
https://man.plustar.jp/python/library/subprocess.html - [similar]
What's New in Python 2.3 — Python 3.6.5 ドキュメント 5359
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... > gen . next () Traceback (most recent call last): File "stdin" , line 1 , in ? File "stdin" , line 2 , in ... will be automatically imported if a ZIP archive's filename is added to sys.path . For example: amk@nyman: ... 6-02 22:30 jwzthreading.py -------- ------- 8467 1 file amk@nyman:~/src/python$ ./python Python 2.3 (#1, A ... sys.path.insert(0, '/tmp/example.zip') # Add .zip file to front of path >>> import jwzthreading >>> jwzth ...
https://man.plustar.jp/python/whatsnew/2.3.html - [similar]
8. Distutilsの拡張 — Python 3.6.5 ドキュメント 5317
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... pecified on the command line or in a configuration file. This option can only be set in the [global] secti ... on of a configuration file, or before any commands on the command line. If se ... t in a configuration file, it can be overridden from the command line; setti ... used. This should never be set in a configuration file provided with a package. この新オプションによってコ ...
https://man.plustar.jp/python/distutils/extending.html - [similar]
26.7. 2to3 - Python 2 から 3 への自動コード変換 — Python 3.6.5 ドキュメント 5317
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 2to3 example.py A diff against the original source file is printed. 2to3 can also write the needed modific ... ations right back to the source file. (A backup of the original file is made unless -n ... ction calls or statements, 2to3 cannot always read files containing the print function. When 2to3 detects ... ion of an alternate directory for processed output files to be written to. The -n flag is required when us ...
https://man.plustar.jp/python/library/2to3.html - [similar]
22.2. aifc --- AIFFおよびAIFCファイルの読み書き — Python 3.6.5 ドキュメント 5285
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... の読み書きをサポートします。AIFF(Audio Interchange File Format)はデジタルオーディオサンプルをファイルに保 ... モジュールは以下の関数を定義しています: aifc. open ( file , mode=None ) ¶ AIFFあるいはAIFF-Cファイルを開き、 ... 後述するメソッドを持つインスタンスを返します。引数 file はファイルを示す文字列か、 file object のいずれかで ... のどちらかでなければなりません。もし省略されたら、 file.mode が存在すればそれが使用され、なければ 'rb' が使 ...
https://man.plustar.jp/python/library/aifc.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT