Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 138 for 推奨 (0.050 sec.)
オブジェクトプロトコル (object protocol) — Python 3.6.5 ドキュメント 5718
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... が NULL の場合は属性が削除されますが、この機能は非推奨であり PyObject_DelAttr() を使うのが望ましいです。 i ... が NULL の場合は属性が削除されますが、この機能は非推奨であり PyObject_DelAttrString() を使うのが望ましいで ...
https://man.plustar.jp/python/c-api/object.html - [similar]
1. 他のアプリケーションへの Python の埋め込み — Python 3.6.5 ドキュメント 5718
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... 有用なのはこれでしょう: pythonX.Y-config --cflags は推奨のコンパイルオプションを出力します: $ /opt/bin/pytho ... l -Wstrict-prototypes pythonX.Y-config --ldflags は推奨のリンクオプションを出力します: $ /opt/bin/python3.4 ...
https://man.plustar.jp/python/extending/embedding.html - [similar]
14.2. configparser --- 設定ファイルのパーサー — Python 3.6.5 ドキュメント 5718
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... いアプリケーションには strict なパーサーを使うことが推奨されます。 バージョン 3.2 で変更: 以前のバージョンの ... 識に OPTCRE 属性も使いますが、これを上書きすることは推奨されません。上書きするとコンストラクタオプション all ... readfp ( fp , filename=None ) ¶ バージョン 3.2 で非推奨: 代わりに read_file() を使ってください。 バージョン ...
https://man.plustar.jp/python/library/configparser.html - [similar]
33.1. formatter --- 汎用の出力書式化機構 — Python 3.6.5 ドキュメント 5718
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... tter --- 汎用の出力書式化機構 ¶ バージョン 3.4 で非推奨: 使用法がないため formatter モジュールは非推奨にな ...
https://man.plustar.jp/python/library/formatter.html - [similar]
2. 組み込み関数 — Python 3.6.5 ドキュメント 5718
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... (読み込み/書き込み) 'U' ユニバーサル改行 モード (非推奨) デフォルトのモードは 'r' (開いてテキストの読み込み ... 型の判定には、 isinstance() 組み込み関数を使うことが推奨されます。これはサブクラスを考慮するからです。 引数が ... コードとの間で問題が起きないので、このやり方は 強く 推奨されません。 __import__() を直接使用することも推奨...
https://man.plustar.jp/python/library/functions.html - [similar]
29.12. inspect --- 活動中のオブジェクトの情報を取得する — Python 3.6.5 ドキュメ... 5718
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ast n elements listed in args . バージョン 3.0 で非推奨: Use getfullargspec() for an updated API that is u ... pec ( f )) '(a: int, b: float)' バージョン 3.5 で非推奨: Use signature() and Signature Object , which prov ... ent: 'a' バージョン 3.2 で追加. バージョン 3.5 で非推奨: Use Signature.bind() and Signature.bind_partial() ...
https://man.plustar.jp/python/library/inspect.html - [similar]
11.2. os.path --- 共通のパス名操作 — Python 3.6.5 ドキュメント 5718
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ケーションは、ファイル名を Unicode 文字列で表すことが推奨されています。残念ながら、Unix では文字列で表すことの ... た。 os.path. splitunc ( path ) ¶ バージョン 3.1 で非推奨: 代わりに splitdrive を使ってください。 パス名 pat ...
https://man.plustar.jp/python/library/os.path.html - [similar]
What's New in Python 2.0 — Python 3.6.5 ドキュメント 5718
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... についてはドキュメントは修正されて、複数引数形式は非推奨としてマークするに留められました。将来バージョンの P ... mp に取って代わるモジュールです。このためそれらは非推奨となりました。(Contributed by Gordon MacMillan and M ... スクリプト実行 ( Ctrl-F5 ). 削除されたモジュール、非推奨となったモジュール ¶ 少しのモジュールはそれが廃れたり ... 新しいモジュール IDLE の改善 削除されたモジュール、非推奨となったモジュール 謝辞 前のトピックへ What's New in ...
https://man.plustar.jp/python/whatsnew/2.0.html - [similar]
What's New in Python 2.1 — Python 3.6.5 ドキュメント 5718
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ールはまた、彼らがサポート対象外にしたい古い機能を非推奨と知らしめるのにこのフレームワークを利用できます。 例 ... onWarning 警告だけに適用され、 regex モジュールが非推奨となったことについてのメッセージにマッチする正規表現 ... ールをインポートする必要があるサードパーティ拡張にも推奨されます。 Unicode 文字データベースのサイズが Fredri ...
https://man.plustar.jp/python/whatsnew/2.1.html - [similar]
What's New in Python 2.7 — Python 3.6.5 ドキュメント 5718
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... これは既存の exclude 引数より強力で、それゆえこれは非推奨となります。(Added by Lars Gustäbel; bpo-6856 .) Tar ... ) と、子のリストを構成して返す getchildren() は、非推奨になりました。 新しい Element メソッド: itertext() は ... ', ' ', '3', '\n'] print list ( t . itertext ()) 非推奨: 要素をブール値として使う (すなわち、 if elem: ) と ... PyOS_ascii_strtod() および PyOS_ascii_atof() は、非推奨となりました。 新しい関数: PySys_SetArgvEx() は、 sy ...
https://man.plustar.jp/python/whatsnew/2.7.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT