Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 178 for This (0.631 sec.)
12.6. sqlite3 --- SQLite データベースに対する DB-API 2.0 インタフェース — Pytho... 5920
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 記を用いることがあります。) 例を示します: # Never do this -- insecure! symbol = 'RHAT' c . execute ( "SELECT ... FROM stocks WHERE symbol = ' %s '" % symbol ) # Do this instead t = ( 'RHAT' ,) c . execute ( 'SELECT * FR ... ase?mode=ro' , uri = True ) More information about this feature, including a list of recognized options, c ... 消えてしまいます! execute ( sql [ , parameters ] ) ¶ This is a nonstandard shortcut that creates a cursor ob ...
https://man.plustar.jp/python/library/sqlite3.html - [similar]
8. Distutilsの拡張 — Python 3.6.5 ドキュメント 5865
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... equiring modifications to the Python installation. This is expected to allow third-party extensions to pro ... implementing commands. Like all distutils options, this can be specified on the command line or in a confi ... guration file. This option can only be set in the [global] section of ... on the command line causes the default to be used. This should never be set in a configuration file provid ...
https://man.plustar.jp/python/distutils/extending.html - [similar]
21.12. http.client --- HTTP プロトコルクライアント — Python 3.6.5 ドキュメント 5865
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... a list of HTTP status codes that are available in this module as constants. 21.12.1. HTTPConnection オブジ ... a file object , the contents of the file is sent; this file object should support at least the read() met ... specified when the object was created. By default, this is called automatically when making a request if t ... , skip_host=False , skip_accept_encoding=False ) ¶ This should be the first call after the connection to t ...
https://man.plustar.jp/python/library/http.client.html - [similar]
35.11. resource --- リソース使用状態の情報 — Python 3.6.5 ドキュメント 5865
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... maximum size (in bytes) of socket buffer usage for this user. This limits the amount of network memory, an ... d hence the amount of mbufs, that this user may hold at any time. 利用できる環境: FreeBSD ... swap space that may be reserved or used by all of this user id's processes. This limit is enforced only i ... Please see tuning(7) for a complete description of this sysctl. 利用できる環境: FreeBSD 9 以降。 バージョン ...
https://man.plustar.jp/python/library/resource.html - [similar]
21.26. xmlrpc.client --- XML-RPC クライアントアクセス — Python 3.6.5 ドキュメン... 5809
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... r is named by a URI) and get back structured data. This module supports writing XML-RPC client code; it ha ... fault behaviour is for None to raise a TypeError . This is a commonly-used extension to the XML-RPC specif ... and binary data to be presented as bytes objects; this flag is false by default. datetime.datetime , byte ... n invoking an XML-RPC method. You only need to use this if the remote server requires a Basic Authenticati ...
https://man.plustar.jp/python/library/xmlrpc.client.html - [similar]
32.12. dis --- Python バイトコードの逆アセンブラ — Python 3.6.5 ドキュメント 5753
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ージョン 3.4 で追加. dis. findlinestarts ( code ) ¶ This generator function uses the co_firstlineno and co_ ... locals() , if not it is set up to an empty dict . This opcode is only emitted if a class or module body c ... 5 で追加. BUILD_TUPLE_UNPACK_WITH_CALL ( count ) ¶ This is similar to BUILD_TUPLE_UNPACK , but is used for ... バージョン 3.6 で追加. BUILD_LIST_UNPACK ( count ) ¶ This is similar to BUILD_TUPLE_UNPACK , but pushes a li ...
https://man.plustar.jp/python/library/dis.html - [similar]
26.8. test --- Python 用回帰テストパッケージ — Python 3.6.5 ドキュメント 5753
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... トリを作成し与えるコンテキストマネージャです。 If path is None , the temporary directory is created using t ... ager raises an exception on error. Otherwise, if path is specified and cannot be created, only a warning i ... s in order to ensure we are using an unbound port. This is important as many tests may be running simultan ... eously, especially in a buildbot environment. This method raises an exception if the sock.family is A ...
https://man.plustar.jp/python/library/test.html - [similar]
21.4. wsgiref --- WSGI ユーティリティとリファレンス実装 — Python 3.6.5 ドキュメ... 5753
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... for as the file-like object filelike = StringIO ( "This is an example file-like object" * 10 ) wrapper = F ... HTTP Headers start_response ( status , headers ) # This is going to break because we need to return a list ... tor is going to inform us return b "Hello World" # This is the application wrapped in a validator validato ... WSGI applications that wish to implement routing. This handler strips any such duplicated path. IIS can b ...
https://man.plustar.jp/python/library/wsgiref.html - [similar]
What's New in Python 2.5 — Python 3.6.5 ドキュメント 5753
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... calcontext ( Context ( prec = 16 )): # All code in this block uses a precision of 16 digits. # The origina ... のではなく、引き続き例外を起こします(訳注: 原文では this exception といっているので UnicodeDecodeError が起 ... pport from CCP Games. Those optimizations added at this sprint are specially marked in the following list. ... strings into an internal representation and caches this representation, yielding a 20% speedup. (Contribut ...
https://man.plustar.jp/python/whatsnew/2.5.html - [similar]
Download — Python 3.6.5 ドキュメント 5698
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Download Python 3.6.5 Documentati ... wnload an archive containing all the documents for this version of Python in one of various formats, follo ... w one of links in this table. The numbers in the table are the size of th ...
https://man.plustar.jp/python/download.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT