Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 98 for time (0.058 sec.)
3. 組み込み定数 — Python 3.6.5 ドキュメント 6050
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ense text in a pager-like fashion (one screen at a time). 関連キーワード: 定数 , 組み込み , 送出 , NotImpl ...
https://man.plustar.jp/python/library/constants.html - [similar]
21.16. nntplib --- NNTP プロトコルクライアント — Python 3.6.5 ドキュメント 6050
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ssword=None , readermode=None , usenetrc=False [ , timeout ] ) ¶ Return a new NNTP object, representing a ... n host host , listening at port port . An optional timeout can be specified for the socket connection. If ... re authentication is performed. Reader mode is sometimes necessary if you are connecting to an NNTP server ... ontext=None , readermode=None , usenetrc=False [ , timeout ] ) ¶ Return a new NNTP_SSL object, representin ...
https://man.plustar.jp/python/library/nntplib.html - [similar]
18.1. socket --- 低水準ネットワークインターフェイス — Python 3.6.5 ドキュメント 6050
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ードを使用することができます。また、より汎用的に settimeout() メソッドでタイムアウトを指定する事ができます。 ... Error のサブクラスになりました。 exception socket. timeout ¶ OSError のサブクラスです。この例外は、あらかじ ... め settimeout() を呼び出して (あるいは setdefaulttimeout() を ... 例外に付属する値は文字列で、その内容は現状では常に "timed out" となります。 バージョン 3.3 で変更: このクラ ...
https://man.plustar.jp/python/library/socket.html - [similar]
8. エラーと例外 — Python 3.6.5 ドキュメント 6050
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... できます。例えば以下のようにします: ... except ( RuntimeError , TypeError , NameError ): ... pass except 節 ... roDivisionError as err : ... print ( 'Handling run-time error:' , err ) ... Handling run-time error: divis ...
https://man.plustar.jp/python/tutorial/errors.html - [similar]
11. 標準ライブラリミニツアー --- その 2 — Python 3.6.5 ドキュメント 6050
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... 号を使うことにしたら、次のようになります: >>> import time , os.path >>> photofiles = [ 'img_1074.jpg' , 'img ... Ashley_%n%f >>> t = BatchRename ( fmt ) >>> date = time . strftime ( ' %d %b%y' ) >>> for i , filename in ...
https://man.plustar.jp/python/tutorial/stdlib2.html - [similar]
索引 — Python 3.6.5 ドキュメント 6011
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » 索引 – 記号 ! (pdb command) != 演 ... atch unittest コマンドラインオプション -c, --clock timeit コマンドラインオプション -c, --count trace コマン ... ンオプション -h コマンドラインオプション -h, --help timeit コマンドラインオプション tokenize コマンドライン ... ng trace コマンドラインオプション -n N, --number=N timeit コマンドラインオプション -O コマンドラインオプシ ... pickletools コマンドラインオプション -p, --process timeit コマンドラインオプション -q compileall コマンドラ ...
https://man.plustar.jp/python/genindex-%E8%A8%98%E5%8F%B7.html - [similar]
16.10. curses --- 文字セル表示を扱うための端末操作 — Python 3.6.5 ドキュメント 6011
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ates. This may be used for enabling character-at-a-time line editing without touching the rest of the scre ... a part of the window will be on the screen at one time. Automatic refreshes of pads (such as from scrolli ... is True , getch() will be non-blocking. window. notimeout ( flag ) ¶ If flag is True , escape sequences w ... ill not be timed out. If flag is False , after a few milliseconds, ...
https://man.plustar.jp/python/library/curses.html - [similar]
8. データ型 — Python 3.6.5 ドキュメント 6011
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... の章では以下のモジュールが記述されています: 8.1. datetime --- 基本的な日付型および時間型 8.1.1. 利用可能なデ ... ータ型 8.1.2. timedelta オブジェクト 8.1.3. date オブジェクト 8.1.4. ... datetime オブジェクト 8.1.5. time オブジェクト 8.1.6. tzinf ... o オブジェクト 8.1.7. timezone オブジェクト 8.1.8. strftime() と strptime() の ...
https://man.plustar.jp/python/library/datatypes.html - [similar]
23.1. gettext --- 多言語対応に関する国際化サービス — Python 3.6.5 ドキュメント 6011
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... start by using language1 lang1 . install () # ... time goes by, user selects language 2 lang2 . install ( ... ) # ... more time goes by, user selects language 3 lang3 . install ( ...
https://man.plustar.jp/python/library/gettext.html - [similar]
31.1. zipimport --- Zip アーカイブからモジュールを import する — Python 3.6.5 ... 6011
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ip -l example.zip Archive: example.zip Length Date Time Name -------- ---- ---- ---- 8467 11-26-02 22:30 j ...
https://man.plustar.jp/python/library/zipimport.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT