Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 231 - 240 of about 254 for None (0.119 sec.)
型オブジェクト — Python 3.6.5 ドキュメント 4080
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... デストラクタ関数へのポインタです。この関数は (単量子 None や Ellipsis の場合のように) インスタンスが決してメ ... ことができます。これは Python レベルでの __hash__ = None と同等に解釈され、 isinstance(o, collections.Hasha ... ことに注意してください - Python レベルで __hash__ = None を設定することで tp_hash スロットは PyObject_HashN ...
https://man.plustar.jp/python/c-api/typeobj.html - [similar]
ソケットプログラミング HOWTO — Python 3.6.5 ドキュメント 4080
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » ソケ ... y, not efficiency """ def __init__ ( self , sock = None ): if sock is None : self . sock = socket . socket ...
https://man.plustar.jp/python/howto/sockets.html - [similar]
18.5.8. キュー — Python 3.6.5 ドキュメント 4080
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ueue ¶ class asyncio. Queue ( maxsize=0 , * , loop=None ) ¶ プロデューサーおよびコンシューマーコルーチンの ...
https://man.plustar.jp/python/library/asyncio-queue.html - [similar]
16.5. getopt --- C 言語スタイルのコマンドラインオプションパーサ — Python 3.6.5 ... 4080
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... not recognized" usage () sys . exit ( 2 ) output = None verbose = False for o , a in opts : if o == "-v" : ...
https://man.plustar.jp/python/library/getopt.html - [similar]
15.1. hashlib --- セキュアハッシュおよびメッセージダイジェスト — Python 3.6.5 ... 4080
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ( hash_name , password , salt , iterations , dklen=None ) ¶ この関数は PKCS#5 のパスワードに基づいた鍵導出 ... います。 dklen は、導出された鍵の長さです。 dklen が None の場合、ハッシュアルゴリズム hash_name のダイジェス ... seen many protocols where a hash that is computed in one part of the protocol can be used in an entirely d ...
https://man.plustar.jp/python/library/hashlib.html - [similar]
10. 完全な文法仕様 — Python 3.6.5 ドキュメント 4080
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... tmaker ] '}' | NAME | NUMBER | STRING + | '...' | 'None' | 'True' | 'False' ) testlist_comp : ( test | sta ...
https://man.plustar.jp/python/reference/grammar.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 4080
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... t' , 'stop' ], # three allowed values help = 'action on each target' ) # help msg parser . add_argument ( ... ers positional arguments: {deploy,start,stop} action on each target HOSTNAME url for target machines optio ... s the file to be excluded, the function can return None : >>> import tarfile , glob >>> def myfilter ( tar ... numbers, tuples, lists, dicts, sets, booleans, and None . >>> from ast import literal_eval >>> request = " ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
整数型オブジェクト (integer object) — Python 3.6.5 ドキュメント 4050
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... pylong , obj , unsigned , int , Use 前のトピックへ None オブジェクト 次のトピックへ Boolean オブジェクト ナ ...
https://man.plustar.jp/python/c-api/long.html - [similar]
共通のオブジェクト構造体 (common object structure) — Python 3.6.5 ドキュメント 4050
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... っているのは、 T_OBJECT はメンバが NULL だったときに None を返すのに対し、 T_OBJECT_EX は AttributeError を送 ...
https://man.plustar.jp/python/c-api/structures.html - [similar]
8.4. collections.abc --- コレクションの抽象基底クラス — Python 3.6.5 ドキュメン... 4050
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... しているかどうかを調べるのに使えます。例えば: size = None if isinstance ( myvar , collections . abc . Sized ...
https://man.plustar.jp/python/library/collections.abc.html - [similar]