Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 156 for all (0.126 sec.)
2. 組み込み関数 — Python 3.6.5 ドキュメント 5619
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 。 組み込み関数 abs() dict() help() min() setattr() all() dir() hex() next() slice() any() divmod() id() o ... () super() bytes() float() iter() print() tuple() callable() format() len() property() type() chr() froze ... が複素数なら、その絶対値 (magnitude) が返されます。 all ( iterable ) ¶ iterable の全ての要素が真ならば (も ... ならば) True を返します。以下のコードと等価です: def all ( iterable ): for element in iterable : if not ele ...
https://man.plustar.jp/python/library/functions.html - [similar]
21.19. telnetlib --- Telnet クライアント — Python 3.6.5 ドキュメント 5619
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... . When the with block ends, the close() method is called: >>> from telnetlib import Telnet >>> with Telne ... ない場合には EOFError が送出されます。 Telnet. read_all ( ) ¶ EOFに到達するまでの全てのデータをバイト列とし ... に依存するでしょう。 Telnet. set_option_negotiation_callback ( callback ) ¶ telnet オプションが入力フローか ... ら読み込まれるたびに、 callback が (設定されていれば) 以下の引数形式: callback ...
https://man.plustar.jp/python/library/telnetlib.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 5619
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... ctions between RGB and other color systems. compileall Tools for byte-compiling all Python source files i ... tlib Utilities for with-statement contexts. copy Shallow and deep copy operations. copyreg Register pickl ... n bytecode. distutils Support for building and installing Python modules into an existing Python installa ... Utility functions for creating archive files (tarballs, zip files, ...) distutils.bcppcompiler distutils ...
https://man.plustar.jp/python/py-modindex.html - [similar]
9. クラス — Python 3.6.5 ドキュメント 5619
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... メソッド呼び出しの際に暗黙の引数として渡されます。 Smalltalk に似て、クラスはそれ自体がオブジェクトです。そ ... ます。 (クラスに関して普遍的な用語定義がないので、 Smalltalk と C++ の用語を場合に応じて使っていくことにしま ... あります。 データ属性 (data attribute) は、これは Smalltalk の "インスタンス変数" や C++の "データメンバ" ... s is the method object. When the method object is called with an argument list, a new argument list is co ...
https://man.plustar.jp/python/tutorial/classes.html - [similar]
例外処理 — Python 3.6.5 ドキュメント 5503
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... et 引数が除去されています。 void PyErr_BadInternalCall ( ) ¶ PyErr_SetString(PyExc_SystemError, message) ... これらの関数が必要となります。 int Py_EnterRecursiveCall ( const char *where ) ¶ C レベルの再帰呼び出しをし ... 連結できるようにすべきです。 void Py_LeaveRecursiveCall ( ) ¶ Py_EnterRecursiveCall() を終了させます。 Py_ ... EnterRecursiveCall() の 成功した 呼び出しに対し 1 回呼ばなければなりま ...
https://man.plustar.jp/python/c-api/exceptions.html - [similar]
19.1.9. email.message.Message: Representing an email message using the compat32 ... 5503
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ing, the payload is returned as-is (undecoded). In all cases the returned value is binary data. If the me ... 存在するフィールドの値をすべて取り出したい場合は get_all() メソッドを使ってください。 __setitem__ ( name , ... さらに、役に立つメソッドをいくつか紹介します: get_all ( name , failobj=None ) ¶ name の名前をもつフィール ... ttachment' , filename = ( 'iso-8859-1' , '' , 'Fußballer.ppt' )) は、以下のようになります Content - Dispo ...
https://man.plustar.jp/python/library/email.compat32-message.html - [similar]
18.2. ssl --- ソケットオブジェクトに対する TLS/SSL ラッパー — Python 3.6.5 ドキ... 5503
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... です。 バージョン 3.3 で追加. exception ssl. SSLSyscallError ¶ SSL ソケット上で操作を遂行しようとしていてシ ... 求されることについては Wikipedia の記事 Cryptographically secure pseudorandom number generator (CSPRNG) (日 ... e ( cert , "example.org" ) Traceback (most recent call last): File "<stdin>" , line 1 , in <module> File ... Lv3 などのフラグをつけて使用してください。 ssl. OP_ALL ¶ 相手にする SSL 実装のさまざまなバグを回避するため ...
https://man.plustar.jp/python/library/ssl.html - [similar]
10. 標準ライブラリミニツアー — Python 3.6.5 ドキュメント 5503
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... す: >>> import os >>> dir ( os ) <returns a list of all module functions> >>> help ( os ) <returns an exte ... b' >>> shutil . move ( '/build/executables' , 'installdir' ) 'installdir' 10.2. ファイルのワイルドカード表 ... された解決策を提供します: >>> import re >>> re . findall ( r '\bf[a-z]*' , 'which foot or hand fell fastest ... s ) import doctest doctest . testmod () # automatically validate the embedded tests unittest モジュールは ...
https://man.plustar.jp/python/tutorial/stdlib.html - [similar]
デスクリプタ HowTo ガイド — Python 3.6.5 ドキュメント 5399
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » デス ... A data descriptor that sets and returns values normally and prints a message logging their access. """ de ... they have been packaged into individual function calls. Properties, bound methods, static methods, and c ... lass methods are all based on the descriptor protocol. プロパティ ¶ pro ... . By Python convention, the instance reference is called self but may be called this or any other variabl ...
https://man.plustar.jp/python/howto/descriptor.html - [similar]
14.2. configparser --- 設定ファイルのパーサー — Python 3.6.5 ドキュメント 5399
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ォールバック値はキーワード引数としてのみ指定できる fallback 引数を介して提供されます: >>> config . get ( ' ... bitbucket.org' , 'monster' , ... fallback = 'No such things as monsters' ) 'No such thin ... gs as monsters' 同様の fallback 引数を、 getint() 、 getfloat() と getboolean( ... False >>> topsecret . getboolean ( 'BatchMode' , fallback = True ) True >>> config [ 'DEFAULT' ][ 'Batch ...
https://man.plustar.jp/python/library/configparser.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT