Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 130 for No (0.144 sec.)
10. API リファレンス — Python 3.6.5 ドキュメント 5434
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... tils.core. run_setup ( script_name [ , script_args=None , stop_after='run' ] ) ¶ 制御された環境でセットア ... ようとしている文字列、または内容なしで定義する場合は None (ソースコード中で #define FOO と書く、または Uni ... rm です。 distutils.ccompiler. new_compiler ( plat=None , compiler=None , verbose=0 , dry_run=0 , force= ... パスには影響しません。 define_macro ( name [ , value=None ] ) ¶ このコンパイラオブジェクトで実行される全て ...
https://man.plustar.jp/python/distutils/apiref.html - [similar]
1. C や C++ による Python の拡張 — Python 3.6.5 ドキュメント 5434
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... の標準ヘッダファイル: <stdio.h> 、 <string.h> 、 <errno.h> 、および <stdlib.h> をインクルードしています。後 ... されます。 もう一つ有用な関数として PyErr_SetFromErrno() があります。この関数は引数に例外だけをとり、付属 ... 値はグローバル変数 errno から構築します。もっとも汎用的な関数は PyErr_SetOb ... は realloc() ) を直接呼び出しているコードは、 PyErr_NoMemory() を呼び出して、失敗を示す値を返さねばなりま ...
https://man.plustar.jp/python/extending/extending.html - [similar]
Python モジュールのインストール (旧版) — Python 3.6.5 ドキュメント 5434
ナビゲーション 索引 モジュール | 前へ | Python » 3.6.5 ドキュメント » Python モジュールのインスト ... てのプラットフォームにおいて、"個人の" ファイルは --no-user-cfg オプションを使って一時的に無効にすることが ... python setup.py build --compiler=cygwin Cygwin を no-cygwin モード [3] で使うときや MinGW を使うときは次 ...
https://man.plustar.jp/python/install/index.html - [similar]
26.7. 2to3 - Python 2 から 3 への自動コード変換 — Python 3.6.5 ドキュメント 5434
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... or doctests. To enable this mode, use the -d flag. Note that only doctests will be refactored. This also ... on. The -v option enables output of more information on the translation process. Since some print statem ... be parsed as function calls or statements, 2to3 cannot always read files containing the print function. ... . The -o or --output-dir option allows specification of an alternate directory for processed output file ...
https://man.plustar.jp/python/library/2to3.html - [similar]
32.2. ast --- 抽象構文木 — Python 3.6.5 ドキュメント 5434
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... オブジェクトにコンパイルすることができます。 32.2.1. Node クラス ¶ class ast. AST ¶ このクラスは全ての AST ... 辺のツリーのクラスを継承しています。たとえば、 ast.BinOp は ast.expr から継承しています。代替を伴った生成規 ... 属性は、文法で定義された型となります。たとえば ast.BinOp のインスタンスは left という属性を持っており、その ... オプションであるとマークされている場合は、その値が None となることもあります。属性が0個以上の複数の値をと ...
https://man.plustar.jp/python/library/ast.html - [similar]
19.1.4. email.policy: ポリシーオブジェクト — Python 3.6.5 ドキュメント 5434
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ng bug compatibility) with the pre-Python3.3 version of the email package. This default value for the po ... ience functions will be changing in a future version of Python. Therefore you should always specify expl ... le of trivial methods, as well as the implementation of the immutability property, the clone() method, a ... ments. The arguments that may be specified are any non-method properties on this class, plus any additio ...
https://man.plustar.jp/python/library/email.policy.html - [similar]
31.5. importlib --- import の実装 — Python 3.6.5 ドキュメント 5434
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... が書かれた頃から変更されています (例: sys.modules で None に基づくリダイレクト)。 __import__() 関数 import ... 5.2. 関数 ¶ importlib. __import__ ( name , globals=None , locals=None , fromlist=() , level=0 ) ¶ 組み込 ... ください。 importlib. import_module ( name , package=None ) ¶ モジュールをインポートします。 name 引数は、 ... ートされます。 importlib. find_loader ( name , path=None ) ¶ モジュールのローダーを、オプションで指定され ...
https://man.plustar.jp/python/library/importlib.html - [similar]
16.1. os --- 雑多なオペレーティングシステムインタフェース — Python 3.6.5 ドキュ... 5434
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... しない引数に対して、 OSError を送出します。 exception os. error ¶ 組み込みの OSError 例外に対するエイリア ... ます( str が好まれます)。 os. getenv ( key , default=None ) ¶ 環境変数 key が存在すればその値を返し、存在し ... 互換環境、 Windows 。 os. getenvb ( key , default=None ) ¶ 環境変数 key が存在すればその値を返し、存在し ... 境。 バージョン 3.2 で追加. os. get_exec_path ( env=None ) ¶ プロセスを起動する時に名前付き実行ファイルを ...
https://man.plustar.jp/python/library/os.html - [similar]
18.8. signal --- 非同期イベントにハンドラを設定する — Python 3.6.5 ドキュメント 5434
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... グを立てます: It makes little sense to catch synchronous errors like SIGFPE or SIGSEGV that are caused by ... an use the faulthandler module to report on synchronous errors. 完全にCで実装された長時間かかる計算 (大き ... ェクトか、 signal.SIG_IGN 、 signal.SIG_DFL 、および None といった特殊な値のいずれかです。ここで signal.SI ... のシグナルの標準の処理方法が使われていたことを示し、 None はシグナルハンドラがまだ Python によってインスト ...
https://man.plustar.jp/python/library/signal.html - [similar]
11.4. stat --- stat() の結果を解釈する — Python 3.6.5 ドキュメント 5434
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... callback function for each regular file''' for f in os . listdir ( top ): pathname = os . path . join ( ... allback function callback ( pathname ) else : # Unknown file type, print a message print ( 'Skipping %s ... す。 stat. ST_MODE ¶ Iノードの保護モード。 stat. ST_INO ¶ Iノード番号。 stat. ST_DEV ¶ Iノードが存在するデ ... hflags() の flags 引数として利用できます: stat. UF_NODUMP ¶ ファイルをダンプしない。 stat. UF_IMMUTABLE ...
https://man.plustar.jp/python/library/stat.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT