Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 171 for new (0.090 sec.)
引数の解釈と値の構築 — Python 3.6.5 ドキュメント 4830
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... 2 , & object , & callback )) { result = PyWeakref_NewRef ( object , callback ); } return result ; } この ... Value ( const char *format , ... ) ¶ Return value: New reference. PyArg_Parse*() ファミリの関数が受け取る ...
https://man.plustar.jp/python/c-api/arg.html - [similar]
一般 Python FAQ — Python 3.6.5 ドキュメント 4830
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... e__', '__len__', '__lt__', '__mul__', '__ne__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__ ...
https://man.plustar.jp/python/faq/general.html - [similar]
ライブラリと拡張 FAQ — Python 3.6.5 ドキュメント 4830
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... ファイルの名前を変更するには、 os.rename(old_path, new_path) を使ってください。 ファイルを切り詰めるには、 ...
https://man.plustar.jp/python/faq/library.html - [similar]
Python 2 から Python 3 への移植 — Python 3.6.5 ドキュメント 4830
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... ュメントの、 Python 3 のそれぞれのリリースの "What's New" を読むことと、 Porting to Python 3 (オンライン版が ... iusepython3 project was created to help you determine which projects -- directly or indirectly -- are blo ...
https://man.plustar.jp/python/howto/pyporting.html - [similar]
urllib パッケージを使ってインターネット上のリソースを取得するには — Python 3.6.... 4830
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » urll ... ' ), 101 : ( 'Switching Protocols' , 'Switching to new protocol; obey Upgrade header' ), 200 : ( 'OK' , ' ... Realm () # Add the username and password. # If we knew the realm, we could use it instead of None. top_le ...
https://man.plustar.jp/python/howto/urllib2.html - [similar]
18.5.4. Transports and protocols (callback based API) — Python 3.6.5 ドキュメン... 4830
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ent_loop () # Each client connection will create a new protocol instance coro = loop . create_server ( Ec ...
https://man.plustar.jp/python/library/asyncio-protocol.html - [similar]
14.2. configparser --- 設定ファイルのパーサー — Python 3.6.5 ドキュメント 4830
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... フォルト値が補間に使われます。 import configparser # New instance with 'bar' and 'baz' defaulting to 'Life' ...
https://man.plustar.jp/python/library/configparser.html - [similar]
10.1. itertools --- 効率的なループ実行のためのイテレータ生成関数 — Python 3.6.5... 4830
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ot mydeque : # when the local deque is empty try : newval = next ( it ) # fetch a new value and except St ... deques : # load it to all the deques d . append ( newval ) yield mydeque . popleft () return tuple ( gen ...
https://man.plustar.jp/python/library/itertools.html - [similar]
36.1. optparse --- コマンドラインオプション解析器 — Python 3.6.5 ドキュメント 4830
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... parser . add_option ( "--dry-run" , ... , help = "new dry-run option" ) を行った時点で、最初の -n / --dr ... Options : ... - n , -- noisy be noisy -- dry - run new dry - run option 36.1.3.10. クリーンアップ ¶ Optio ...
https://man.plustar.jp/python/library/optparse.html - [similar]
16.1. os --- 雑多なオペレーティングシステムインタフェース — Python 3.6.5 ドキュ... 4830
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... を受け付けるようになりました。 os. renames ( old , new ) ¶ 再帰的にディレクトリやファイル名を変更する関数 ... い場合には失敗します。 バージョン 3.6 で変更: old と new が path-like object を受け付けるようになりました。 ... メンバが追加されました。 os. stat_float_times ( [ newvalue ] ) ¶ stat_result がタイムスタンプに浮動小数点 ... オブジェクトを使うかどうかを決定します。 newvalue が True の場合、以後の stat() 呼び出しは浮動小 ...
https://man.plustar.jp/python/library/os.html - [similar]