Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 130 for No (0.076 sec.)
Python で Curses プログラミング — Python 3.6.5 ドキュメント 6407
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... nality, providing the programmer with an abstraction of a display containing multiple non-overlapping wi ... は全てには対応していないでしょう。 The Windows version of Python doesn't include the curses module. A port ... ogramming in C, it's really easy to transfer that knowledge to Python. The biggest difference is that th ... PI; for that, see the Python library guide's section on ncurses, and the C manual pages for ncurses. It ...
https://man.plustar.jp/python/howto/curses.html - [similar]
19.1.6. email.headerregistry: カスタムヘッダーオブジェクト — Python 3.6.5 ドキ... 6407
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... handling RFC 5322 compliant email messages, which not only provides customized header objects for vario ... しています: name ¶ The name of the header (the portion of the field before the ':'). This is exactly the v ... iance issues. See the errors module for a discussion of the types of defects that may be reported. max_c ... this type that can have the same name . A value of None means unlimited. The BaseHeader value for this a ...
https://man.plustar.jp/python/library/email.headerregistry.html - [similar]
21.21. socketserver --- ネットワークサーバのフレームワーク — Python 3.6.5 ドキ... 6407
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... UDP classes, but use Unix domain sockets; they're not available on non-Unix platforms. The parameters a ... r . これらの 4 つのクラスは要求を 同期的に (synchronously) 処理します; 各要求は次の要求を開始する前に完結 ... be appropriate to process part of a request synchronously, but to finish processing in a forked child de ... st data. This can be implemented by using a synchronous server and doing an explicit fork in the request ...
https://man.plustar.jp/python/library/socketserver.html - [similar]
8.8. weakref --- 弱参照 — Python 3.6.5 ドキュメント 6407
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... きていないならば、参照オブジェクトを呼び出したときに None を返します。 callback に None 以外の値を与えた場 ... 参照のリファレントが生きていない場合、この属性の値は None になります。 バージョン 3.4 で変更: __callback__ ... e internal references directly. The references are not guaranteed to be "live" at the time they are used ... 返します。一方、死んでいるファイナライザを呼び出すと None を返します。 ガベージコレクション中にファイナライ ...
https://man.plustar.jp/python/library/weakref.html - [similar]
urllib パッケージを使ってインターネット上のリソースを取得するには — Python 3.6.... 6298
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » urll ... alues = { 'name' : 'Michael Foord' , 'location' : 'Northampton' , 'language' : 'Python' } data = urllib ... me' ] = 'Somebody Here' >>> data [ 'location' ] = 'Northampton' >>> data [ 'language' ] = 'Python' >>> u ... below. name=Somebody+Here&language=Python&location=Northampton >>> url = 'http://www.example.com/example ... alues = { 'name' : 'Michael Foord' , 'location' : 'Northampton' , 'language' : 'Python' } headers = { 'U ...
https://man.plustar.jp/python/howto/urllib2.html - [similar]
19.1.7. email.contentmanager: MIME 内容の管理 — Python 3.6.5 ドキュメント 6298
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... dler will extract the payload from msg and return an object that encodes information about the extracted ... type/subtype ) maintype を表す文字列 空の文字列 If none of these keys produce a handler, raise a KeyErro ... typ.__qualname__ ) 型の name ( typ.__name__ ). If none of the above match, repeat all of the checks abo ... the types in the MRO ( typ.__mro__ ). Finally, if no other key yields a handler, check for a handler fo ...
https://man.plustar.jp/python/library/email.contentmanager.html - [similar]
16.6. logging --- Python 用ロギング機能 — Python 3.6.5 ドキュメント 6298
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... the ancestor loggers' handlers - neither the level nor filters of the ancestor loggers in question are c ... essages which are less severe than level will be ignored; logging messages which have severity level or ... el . When a logger is created, the level is set to NOTSET (which causes all messages to be processed whe ... , or delegation to the parent when the logger is a non-root logger). Note that the root logger is create ...
https://man.plustar.jp/python/library/logging.html - [similar]
12.4. marshal --- 内部使用向けの Python オブジェクト整列化 — Python 3.6.5 ドキ... 6188
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ポートされる場合に限りサポートされます。シングルトン None 、 Ellipsis 、 StopIteration も読み書き (marshal ... ead one value from the open file and return it. If no valid value is read (e.g. because the data has a d ... で整列化されている場合、 load() は整列化不能な値を None で置き換えます。 marshal. dumps ( value [ , vers ... a ValueError exception if value has (or contains an object that has) an unsupported type. version 引数は ...
https://man.plustar.jp/python/library/marshal.html - [similar]
24.3. shlex --- 単純な字句解析 — Python 3.6.5 ドキュメント 6188
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 数は shlex クラスのインスタンスを利用するので、 s に None を渡すと標準入力から分割する文字列を読み込みます ... のクラスを定義します。 class shlex. shlex ( instream=None , infile=None , posix=False , punctuation_chars= ... ith read() and readline() methods, or a string. If no argument is given, input will be taken from sys.st ... gument defines the operational mode: when posix is not true (default), the shlex instance will operate i ...
https://man.plustar.jp/python/library/shlex.html - [similar]
24.1. turtle --- タートルグラフィックス — Python 3.6.5 ドキュメント 6188
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... >>> turtle . heading () 67.0 turtle. goto ( x , y=None ) ¶ turtle. setpos ( x , y=None ) ¶ turtle. setp ... osition ( x , y=None ) ¶ パラメータ: x -- 数または数のペア/ベクトル y ... -- 数または None y が None の場合、 x は座標のペアかまたは Vec2D ... . heading () 0.0 turtle. circle ( radius , extent=None , steps=None ) ¶ パラメータ: radius -- 数 extent ...
https://man.plustar.jp/python/library/turtle.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT