Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 98 for time (0.047 sec.)
35.8. pty --- 擬似端末ユーティリティ — Python 3.6.5 ドキュメント 6690
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... rt argparse import os import pty import sys import time parser = argparse . ArgumentParser () parser . add ... e ) script . write (( 'Script started on %s \n ' % time . asctime ()) . encode ()) pty . spawn ( shell , r ... ead ) script . write (( 'Script done on %s \n ' % time . asctime ()) . encode ()) print ( 'Script done, f ...
https://man.plustar.jp/python/library/pty.html - [similar]
What's New In Python 3.3 — Python 3.6.5 ドキュメント 6651
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ADirectoryError PermissionError ProcessLookupError TimeoutError ConnectionError 自身には細かな派生クラスが ... .) (---訳注: 最初の2つはおそらく bpo-12567 --) datetime ¶ naive な datetime インスタンスと aware な dateti ... すようになりました。 ( bpo-15006 ). 新規メソッド datetime.datetime.timestamp() : datetime インスタンスに対応 ... する POSIX タイムスタンプを返します。 datetime.datetime.strftime() メソッドが 1000 年よりも前の書 ...
https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
17.2. multiprocessing --- プロセスベースの並列処理 — Python 3.6.5 ドキュメント 6599
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ります。 例えば: from multiprocessing import Pool , TimeoutError import time import os def f ( x ): return ... ) # runs in *only* one process print ( res . get ( timeout = 1 )) # prints "400" # evaluate "os.getpid()" ... ) # runs in *only* one process print ( res . get ( timeout = 1 )) # prints the PID of that process # launc ... d , ()) for i in range ( 4 )] print ([ res . get ( timeout = 1 ) for res in multiple_results ]) # make a s ...
https://man.plustar.jp/python/library/multiprocessing.html - [similar]
21.18. smtpd --- SMTP サーバー — Python 3.6.5 ドキュメント 6599
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... enable_SMTPUTF8 cannot be set to True at the same time. decode_data specifies whether the data portion of ... enable_SMTPUTF8 cannot be set to True at the same time. process_message ( peer , mailfrom , rcpttos , dat ... enable_SMTPUTF8 cannot be set to True at the same time. A dictionary can be specified in map to avoid usi ... enable_SMTPUTF8 cannot be set to True at the same time. To use a custom SMTPChannel implementation you ne ...
https://man.plustar.jp/python/library/smtpd.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 6599
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... d() , sendall() , sendmsg() , sendto() ; signal.sigtimedwait() および signal.sigwaitinfo() ; time.sleep() ... されたときは、ジェネレータのフレームを抜ける前に RuntimeError に置き換えられます。 この変更の一番の目的は、 ... ll last): File "<stdin>" , line 1 , in <module> RuntimeError : generator raised StopIteration __future__ を ... onstructor is optional now. The default value is 5 times the number of CPUs. (Contributed by Claudiu Popa ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
13.5. zipfile --- ZIP アーカイブの処理 — Python 3.6.5 ドキュメント 6559
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... class zipfile. ZipInfo ( filename='NoName' , date_time=(1980 , 1 , 1 , 0 , 0 , 0) ) ¶ アーカイブ内の 1 個 ... アーカイブメンバのフルネームでなければならず、 date_time はファイルが最後に変更された日時を表す 6 個のフィー ... module ( zlib , bz2 or lzma ) is not available, RuntimeError is raised. The default is ZIP_STORED . If all ... した。 バージョン 3.6 で変更: Previously, a plain RuntimeError was raised for unrecognized compression value ...
https://man.plustar.jp/python/library/zipfile.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 6559
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... Emacs-like input editing in a curses window. d datetime Basic date and time types. dbm Interfaces to vario ... Miscellaneous useful routines from the MS VC++ runtime. multiprocessing Process-based parallelism. multip ... ng and filling threading Thread-based parallelism. time Time access and conversions. timeit Measure the ex ... ecution time of small code snippets. tkinter Interface to Tcl/T ...
https://man.plustar.jp/python/py-modindex.html - [similar]
Windows 上の Python FAQ — Python 3.6.5 ドキュメント 6507
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... であれば "33" のような数字です。 Python には、load-time に、または run-time にリンクできます。load-time... クは、 python NN .lib に対してリンクするもので、run-time なリンクは python NN .dll に対してリンクするもので ... これは単にリンカに対するシンボルを定義します。) run-time なリンクは、リンクの選択を大いに単純化します。全て ...
https://man.plustar.jp/python/faq/windows.html - [similar]
Argument Clinic How-To — Python 3.6.5 ドキュメント 6468
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argu ... linic start generated code]*/ If this is the first time that module or class has been used with Argument C ... d to convert the Python value into a C value at runtime. For now you're going to use what's called a "lega ... . This change should not introduce any new compile-time warnings or errors, and there should be no externa ... some experience working with Argument Clinic, it's time for some advanced topics. シンボルのデフォルト値 ¶ ...
https://man.plustar.jp/python/howto/clinic.html - [similar]
35.11. resource --- リソース使用状態の情報 — Python 3.6.5 ドキュメント 6468
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 2 以降。 バージョン 3.4 で追加. resource. RLIMIT_RTTIME ¶ The time limit (in microseconds) on CPU time tha ... t a process can spend under real-time scheduling without making a blocking syscall. 利用 ... he amount of mbufs, that this user may hold at any time. 利用できる環境: FreeBSD 9 以降。 バージョン 3.4 で ... アクセスすることもできます。 戻り値のフィールド ru_utime および ru_stime は浮動小数点数で、それぞれユーザモ ...
https://man.plustar.jp/python/library/resource.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT