Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 214 for FILE (0.161 sec.)
21.12. http.client --- HTTP プロトコルクライアント — Python 3.6.5 ドキュメント 6696
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... p.client. HTTPSConnection ( host , port=None , key_file=None , cert_file=None , [ timeout , ] source_addre ... を渡すことで出来ます。 バージョン 3.6 で非推奨: key_file and cert_file are deprecated in favor of context . ... サブクラスです。 exception http.client. UnimplementedFileMode ¶ HTTPException サブクラスです。 exception htt ... d. It may be a str , a bytes-like object , an open file object , or an iterable of bytes . If body is a st ...
https://man.plustar.jp/python/library/http.client.html - [similar]
11.1. pathlib --- オブジェクト指向のファイルシステムパス — Python 3.6.5 ドキュ... 6696
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... せん: >>> PureWindowsPath ( 'c:/Windows' , '/Program Files' ) PureWindowsPath('c:/Program Files') 誤ったスラ ... ムパスを表します: >>> PureWindowsPath ( 'c:/Program Files/' ) PureWindowsPath('c:/Program Files') pathsegme ... xPath ( 'foo' ) Traceback (most recent call last): File "<stdin>" , line 1 , in <module> TypeError : '<' n ... ( p ) '/etc' >>> p = PureWindowsPath ( 'c:/Program Files' ) >>> str ( p ) 'c:\\Program Files' 同様に、パス ...
https://man.plustar.jp/python/library/pathlib.html - [similar]
21.13. ftplib --- FTPプロトコルクライアント — Python 3.6.5 ドキュメント 6454
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... le URLs that use FTP. For more information on FTP (File Transfer Protocol), see Internet RFC 959 . ftplib ... TLS ( host='' , user='' , passwd='' , acct='' , keyfile=None , certfile=None , context=None , timeout=None ... の セキュリティで考慮すべき点 をお読みください。 keyfile と certfile は context のレガシー版です -- これらは ... ーマットの秘密鍵と証明書チェーンファイル名(前者が keyfile 、後者が certfile )を含むことができます。 バージョ ...
https://man.plustar.jp/python/library/ftplib.html - [similar]
22.4. wave --- WAVファイルの読み書き — Python 3.6.5 ドキュメント 6454
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ルは、以下の関数と例外を定義しています: wave. open ( file , mode=None ) ¶ file が文字列ならその名前のファイル ... を開き、そうでないなら file like オブジェクトとして扱います。 mode は以下のうち ... e オブジェクトを返します。 mode が省略されていて、 file-like オブジェクトが file として渡されると、 file.m ... ode が mode のデフォルト値として使われます。 file like オブジェクトを渡した場合、 wave オブジェクトの ...
https://man.plustar.jp/python/library/wave.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 6254
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... s according to PEP 3119. aifc Read and write audio files in AIFF or AIFC format. argparse Command-line opt ... d binary representations. binhex Encode and decode files in binhex4 format. bisect Array bisection algorit ... pileall Tools for byte-compiling all Python source files in a directory tree. concurrent concurrent.future ... g threads or processes. configparser Configuration file parser. contextlib Utilities for with-statement co ...
https://man.plustar.jp/python/py-modindex.html - [similar]
10. API リファレンス — Python 3.6.5 ドキュメント 6212
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... ド名から Command サブクラスへのマッピング 辞書 data_files インストールするデータファイルのリスト リスト pac ... uage_order (リスト)を仕事に使います。 find_library_file ( dirs , lib [ , debug=0 ] ) ¶ 指定されたディレクト ... を起こします。 link ( target_desc , objects , output_filename [ , output_dir=None , libraries=None , library ... ジェクトファイルのリストを基礎にしています。 output_filename はファイル名です。もし output_dir が指定されて ...
https://man.plustar.jp/python/distutils/apiref.html - [similar]
19.1.8. email: 使用例 — Python 3.6.5 ドキュメント 6085
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... .message import EmailMessage # Open the plain text file whose name is in textfile for reading. with open ( ... textfile ) as fp : # Create a text/plain message msg = Emai ... ss msg [ 'Subject' ] = 'The contents of %s ' % textfile msg [ 'From' ] = me msg [ 'To' ] = you # Send the ... cy import default # If the e-mail headers are in a file, uncomment these two lines: # with open(messagefil ...
https://man.plustar.jp/python/library/email.examples.html - [similar]
31.4. runpy --- Python モジュールの位置特定と実行 — Python 3.6.5 ドキュメント 6011
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ます。 特別なグローバル変数 __name__ , __spec__ , __file__ , __cached__ , __loader__ , __package__ はモジュ ... ame or mod_name + '.__main__ , never run_name ). __file__ , __cached__ , __loader__ and __package__ are se ... えられて True に評価されるならば、 sys.argv[0] は __file__ の値で更新され sys.modules[__name__] は実行される ... ys accessible as __spec__.name . runpy. run_path ( file_path , init_globals=None , run_name=None ) ¶ 指定さ ...
https://man.plustar.jp/python/library/runpy.html - [similar]
32.12. dis --- Python バイトコードの逆アセンブラ — Python 3.6.5 ドキュメント 5969
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... す。 バージョン 3.2 で追加. dis. show_code ( x , * , file=None ) ¶ 渡された関数、メソッド、ソースコード文字列 ... ジェクトに対する、詳細なコードオブジェクトの情報を、 file (または file が指定されていなければ sys.stdout ) に ... ブシェル上で使うことを想定した、 print(code_info(x), file=file) の便利なショートカットです。 バージョン 3.2 ... で追加. バージョン 3.4 で変更: file 引数が追加されました。 dis. dis ( x=None , * , fil ...
https://man.plustar.jp/python/library/dis.html - [similar]
32.8. tabnanny --- あいまいなインデントの検出 — Python 3.6.5 ドキュメント 5969
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... は後方互換性がないかもしれません。 tabnanny. check ( file_or_dir ) ¶ file_or_dir がディレクトリであってシンボ ... リックリンクでないときに、 file_or_dir という名前のディレクトリツリーを再帰的に下っ ... り道に沿ってすべての .py ファイルをチェックします。 file_or_dir が通常の Python ソースファイルの場合には、問 ... 場合は、 -v オプションによって増加します。 tabnanny. filename_only ¶ 問題のある空白を含むファイルのファイル名 ...
https://man.plustar.jp/python/library/tabnanny.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT