Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 107 for example (0.099 sec.)
18.2. ssl --- ソケットオブジェクトに対する TLS/SSL ラッパー — Python 3.6.5 ドキ... 6304
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ません: >>> cert = { 'subject' : ((( 'commonName' , 'example.com' ),),)} >>> ssl . match_hostname ( cert , "exa ... mple.com" ) >>> ssl . match_hostname ( cert , "example.org" ) Traceback (most recent call last): File "<s ... in match_hostname ssl.CertificateError : hostname 'example.org' doesn't match 'example.com' バージョン 3.2 で ... たので、マルチプルワイルドカード(例. *.*.com や *a*.example.org ) にも国際化ドメイン名 (IDN=internationalized ...
https://man.plustar.jp/python/library/ssl.html - [similar]
4. 組み込み型 — Python 3.6.5 ドキュメント 6202
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... >>> ' spacious ' . lstrip () 'spacious ' >>> 'www.example.com' . lstrip ( 'cmowz.' ) 'example.com' static st ... す: >>> ' spacious ' . strip () 'spacious' >>> 'www.example.com' . strip ( 'cmowz.' ) 'example' 文字列の最も外 ... b ' spacious ' . lstrip () b'spacious ' >>> b 'www.example.com' . lstrip ( b 'cmowz.' ) b'example.com' 除去対 ... > b ' spacious ' . strip () b'spacious' >>> b 'www.example.com' . strip ( b 'cmowz.' ) b'example' 除去対象のバ ...
https://man.plustar.jp/python/library/stdtypes.html - [similar]
6. Python Package Index (PyPI) — Python 3.6.5 ドキュメント 6099
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... tup . py sdist bdist_wininst upload - r https : // example . com / pypi 簡単のために、 .pypirc ファイルでその ... > password: <password> [other] repository: https://example.com/pypi username: <username> password: <password> ...
https://man.plustar.jp/python/distutils/packageindex.html - [similar]
Python 3 への拡張モジュール移植 — Python 3.6.5 ドキュメント 6099
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... nclude "Python.h" #include "bytesobject.h" /* text example */ static PyObject * say_hello ( PyObject * self , ... / static char * do_encode ( PyObject * ); /* bytes example */ static PyObject * encode_object ( PyObject * se ...
https://man.plustar.jp/python/howto/cporting.html - [similar]
18.5.3. タスクとコルーチン — Python 3.6.5 ドキュメント 6099
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... p . close () 参考 The Hello World with call_soon() example uses the AbstractEventLoop.call_soon() method to s ... 参考 The display the current date with call_later() example uses a callback with the AbstractEventLoop.call_la ... t describe exactly how things work internally. For example, the sleep coroutine creates an internal future wh ...
https://man.plustar.jp/python/library/asyncio-task.html - [similar]
29.1. sys --- システムパラメータと関数 — Python 3.6.5 ドキュメント 6099
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ドを増やします。 See recursive sizeof recipe for an example of using getsizeof() recursively to find the size ... e() ), but it is called with different events, for example it isn't called for each executed line of code (on ... See PEP 525 for more details, and for a reference example of a finalizer method see the implementation of as ... to their values, if given explicitly, or to True . Example: $ ./python -Xa = b -Xc Python 3.2a3+ (py3k, Oct 1 ...
https://man.plustar.jp/python/library/sys.html - [similar]
21.19. telnetlib --- Telnet クライアント — Python 3.6.5 ドキュメント 6099
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... しては telnetlib は何も行いません。 21.19.2. Telnet Example ¶ 典型的な使用例のサンプルコード: import getpass i ... アント 21.19.1. Telnet オブジェクト 21.19.2. Telnet Example 前のトピックへ 21.18. smtpd --- SMTP サーバー 次の ...
https://man.plustar.jp/python/library/telnetlib.html - [similar]
24.1. turtle --- タートルグラフィックス — Python 3.6.5 ドキュメント 6099
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 。 fun が None ならば、既存の束縛が取り除かれます。 Example for a screen という名の TurtleScreen インスタンスと ... e range 0..colormode or a 3-tuple of such numbers. Example:: >>> bgcolor("orange") >>> bgcolor() "orange" >>> ... when moving. Aliases: penup | pu | up No argument Example: >>> penup() これらの変更されたドキュメント文字列は ... emode = noresize visible = True language = english exampleturtle = turtle examplescreen = screen title = Pyth ...
https://man.plustar.jp/python/library/turtle.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 6099
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... のパーサを呼び出してみます: >>> cmd = 'deploy sneezy.example.com sleepy.example.com -u skycaptain' >>> result = ... lt . action 'deploy' >>> result . targets ['sneezy.example.com', 'sleepy.example.com'] >>> result . user 'sky ... 行 PEP written by Brian Quinlan. threadpoolexecutor-example はスレッド並列でウェブページを取得する実例コードで ... rious issues, especially under Windows. Here is an example of enabling the warning from the command line: $ p ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
19.1.15. email.iterators: イテレータ — Python 3.6.5 ドキュメント 5997
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... content types of the message object structure. For example: >>> msg = email . message_from_file ( somefile ) ...
https://man.plustar.jp/python/library/email.iterators.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT