Python 3.6.5 ドキュメント 検索
Results of 1 - 10 of about 19 for PID (0.018 sec.)
- 34.1. msilib --- Microsoft インストーラーファイルの読み書き — Python 3.6.5 ドキ... 14701
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
プロパティを返します。 field はプロパティ名で、定数 PID_CODEPAGE , PID_TITLE , PID_SUBJECT , PID_AUTHOR ,...
PID_KEYWORDS , PID_COMMENTS , PID_TEMPLATE , PID_LASTAUTHOR , PID_REV...
NUMBER , PID_LASTPRINTED , PID_CREATE_DTM , PID_LASTSAVE_DTM ,...
PID_PAGECOUNT , PID_WORDCOUNT , PID_CHARCOUNT , PID_APPNAME , PID_SECU...
- https://man.plustar.jp/python/library/msilib.html - [similar]
- 35.8. pty --- 擬似端末ユーティリティ — Python 3.6.5 ドキュメント 10535
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
プロセスの制御端末を擬似端末に接続します。返り値は (pid, fd) です。子プロセスは pid として0、 fd として in...
valid をそれぞれ受けとります。親プロセスは pid として子プロセスのPID、 fd として子プロセスの制御端...
とします。 バージョン 3.4 で変更: spawn() が os.waitpid() が返す子プロセスのステータス値を返すようになりま...
- https://man.plustar.jp/python/library/pty.html - [similar]
- DTrace と SystemTap で CPython を測定する — Python 3.6.5 ドキュメント 10159
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » DTra
...
イクロ秒単位の時間 実行可能ファイルの名前 プロセスの PID そして、残りの部分はスクリプトが実行していた呼び出...
l fn_calls; probe python.function.entry { fn_calls[pid(), filename, funcname, lineno] += 1; } probe timer...
lear screen \*/ printf("%6s %80s %6s %30s %6s\n", "PID", "FILENAME", "LINE", "FUNCTION", "CALLS") foreach...
([pid, filename, funcname, lineno] in fn_calls- limit 20...
- https://man.plustar.jp/python/howto/instrumentation.html - [similar]
- 35.11. resource --- リソース使用状態の情報 — Python 3.6.5 ドキュメント 9032
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
ror を送出する場合があります。 resource. prlimit ( pid , resource [ , limits ] ) ¶ 1つの関数の中で setrli...
セスのリソースの制限値を取得したり設定したりします。 pid が 0 の場合は、現在のプロセスに適用されます。 reso...
味です。 limits が与えられないときは、関数はプロセス pid の resource の制限値を返します。 limits が与えられ...
、設定が変更される前のリソースの制限値が返されます。 pid が見付からないときは ProcessLookupError を、ユーザ...
- https://man.plustar.jp/python/library/resource.html - [similar]
- 17.2. multiprocessing --- プロセスベースの並列処理 — Python 3.6.5 ドキュメント 8537
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
, __name__ ) print ( 'parent process:' , os . getppid ()) print ( 'process id:' , os . getpid ()) def f...
( timeout = 1 )) # prints "400" # evaluate "os.getpid()" asynchronously res = pool . apply_async ( os ....
getpid , ()) # runs in *only* one process print ( res . g...
et ( timeout = 1 )) # prints the PID of that process # launching multiple evaluations a...
- https://man.plustar.jp/python/library/multiprocessing.html - [similar]
- 16.1. os --- 雑多なオペレーティングシステムインタフェース — Python 3.6.5 ドキュ... 8537
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
利用できる環境 : Unix 、 Windows 。 os. getpgid ( pid ) ¶ プロセス id pid のプロセスのプロセスグループ i...
d を返します。 pid が 0 の場合、現在のプロセスのプロセスグループ id を...
プの id を返します。 利用できる環境 : Unix 。 os. getpid ( ) ¶ 現在のプロセス id を返します。 os. getppid (...
して下さい。 利用できる環境 : Unix 。 os. setpgid ( pid , pgrp ) ¶ システムコール setpgid() を呼び出してプ...
- https://man.plustar.jp/python/library/os.html - [similar]
- 35.13. syslog --- Unix syslog ライブラリルーチン群 — Python 3.6.5 ドキュメント 8537
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
義されていれば、 LOG_AUTHPRIV 。 ログオプション: LOG_PID 、 LOG_CONS 、 LOG_NDELAY 、また <syslog.h> で定義...
きます: syslog . openlog ( logoption = syslog . LOG_PID , facility = syslog . LOG_MAIL ) syslog . syslog (...
- https://man.plustar.jp/python/library/syslog.html - [similar]
- 12.1. pickle --- Python オブジェクトの直列化 — Python 3.6.5 ドキュメント 8401
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
現より後のバイト列は無視されます。 persistent_load ( pid ) ¶ デフォルトで UnpicklingError を送出します。 も...
し定義されていれば、 persistent_load() は永続的な ID pid によって指定されたオブジェクトを返す必要があります...
nnection = connection def persistent_load ( self , pid ): # This method is invoked whenever a persistent...
ID is encountered. # Here, pid is the tuple returned by DBPickler. cursor = self...
- https://man.plustar.jp/python/library/pickle.html - [similar]
- 17.5. subprocess --- サブプロセス管理 — Python 3.6.5 ドキュメント 8144
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
るためには communicate() を利用してください。 Popen. pid ¶ 子プロセスのプロセス ID が入ります。 shell 引数を...
.6.4. os.spawn 関数群を置き換える ¶ P_NOWAIT の例: pid = os . spawnlp ( os . P_NOWAIT , "/bin/mycmd" , "m...
ycmd" , "myarg" ) ==> pid = Popen ([ "/bin/mycmd" , "myarg" ]) . pid P_WAIT...
- https://man.plustar.jp/python/library/subprocess.html - [similar]
- 18.9. mmap --- メモリマップファイル — Python 3.6.5 ドキュメント 8025
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
mmap ( - 1 , 13 ) mm . write ( b "Hello world!" ) pid = os . fork () if pid == 0 : # In a child process...
- https://man.plustar.jp/python/library/mmap.html - [similar]