Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 82 for mode (0.070 sec.)
メモリ管理 — Python 3.6.5 ドキュメント 6320
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... nstalled by default if Python is compiled in debug mode. The PYTHONMALLOC environment variable can be used ... nstall debug hooks on a Python compiled in release mode. バージョン 3.6 で変更: This function now also wor ... ks on Python compiled in release mode. On error, the debug hooks now use tracemalloc to ...
https://man.plustar.jp/python/c-api/memory.html - [similar]
9.6. random --- 擬似乱数を生成する — Python 3.6.5 ドキュメント 6320
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... seudorandom number generator", ACM Transactions on Modeling and Computer Simulation Vol. 8, No. 1, January ... 丸めに依存します。 random. triangular ( low , high , mode ) ¶ low <= N <= high でありこれら境界値の間に指定さ ... れた最頻値 mode を持つようなランダムな浮動小数点数 N を返します。境 ... 界 low と high のデフォルトは 0 と 1 です。最頻値 mode 引数のデフォルトは両境界値の中点になり、対称な分布 ...
https://man.plustar.jp/python/library/random.html - [similar]
3. Defining Extension Types: Assorted Topics — Python 3.6.5 ドキュメント 6239
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... 更できない。 READ_RESTRICTED 制限モード (restricted mode) では参照できない。 WRITE_RESTRICTED 制限モード (r ... estricted mode) では変更できない。 RESTRICTED 制限モード (restric ... ted mode) では参照も変更もできない。 tp_members を使ったひと ...
https://man.plustar.jp/python/extending/newtypes.html - [similar]
19.1.8. email: 使用例 — Python 3.6.5 ドキュメント 6239
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... = 'Our family reunion' # Open the files in binary mode. Use imghdr to figure out the # MIME subtype for e ... sys . exit () with tempfile . NamedTemporaryFile ( mode = 'w' , delete = False ) as f : # The magic_html_p ...
https://man.plustar.jp/python/library/email.examples.html - [similar]
19.1.2. email.parser: 電子メールメッセージのパース — Python 3.6.5 ドキュメント 6239
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... dersonly=False ) ¶ Read all the data from the text-mode file-like object fp , parse the resulting text, an ... methods on file-like objects. Other than the text mode requirement, this method operates like BytesParser ...
https://man.plustar.jp/python/library/email.parser.html - [similar]
29.1. sys --- システムパラメータと関数 — Python 3.6.5 ドキュメント 6239
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... sed to ensure that the correct encoding and errors mode are used. Mac OS X では、エンコーディングは 'utf-8 ... temencodeerrors ( ) ¶ Return the name of the error mode used to convert between Unicode filenames and byte ... sed to ensure that the correct encoding and errors mode are used. バージョン 3.6 で追加. sys. getrefcount ... Changes the default filesystem encoding and errors mode to 'mbcs' and 'replace' respectively, for consiste ...
https://man.plustar.jp/python/library/sys.html - [similar]
32.2. ast --- 抽象構文木 — Python 3.6.5 ドキュメント 6143
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... います: ast. parse ( source , filename='<unknown>' , mode='exec' ) ¶ source を解析して AST ノードにします。 ... compile(source, filename, mode, ast.PyCF_ONLY_AST) と等価です。 警告 十分に大きい ...
https://man.plustar.jp/python/library/ast.html - [similar]
ファイルオブジェクト — Python 3.6.5 ドキュメント 6048
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... e_FromFd ( int fd , const char *name , const char *mode , int buffering , const char *encoding , const cha ...
https://man.plustar.jp/python/c-api/file.html - [similar]
Windows 上の Python FAQ — Python 3.6.5 ドキュメント 6048
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... > You have started the interpreter in "interactive mode". That means you can enter Python statements or ex ... つを使うことを推奨しています。これは Emacs の python-mode のデフォルトでも同じです。 いかなるエディタでも、タ ...
https://man.plustar.jp/python/faq/windows.html - [similar]
16.4. argparse --- コマンドラインオプション、引数、サブコマンドのパーサー — Pyt... 6048
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 単に扱うために、 argparse モジュールは open() 関数の mode= , bufsize= , encoding= および errors= 引数を取る ... FileType オブジェクト ¶ class argparse. FileType ( mode='r' , bufsize=-1 , encoding=None , errors=None ) ¶ ... ) Namespace(out=<_io.TextIOWrapper name='file.txt' mode='w' encoding='UTF-8'>, raw=<_io.FileIO name='raw.d ... at' mode='wb'>) FileType オブジェクトは擬似引数 '-' を識別し ...
https://man.plustar.jp/python/library/argparse.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT