Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 75 for ATTRIBUTE (0.042 sec.)
21.18. smtpd --- SMTP サーバー — Python 3.6.5 ドキュメント 6349
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... as remoteaddr will be available as the _remoteaddr attribute. peer is the remote host's address, mailfrom is th ...
https://man.plustar.jp/python/library/smtpd.html - [similar]
29.1. sys --- システムパラメータと関数 — Python 3.6.5 ドキュメント 6349
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 示します。 sys.implementation may contain additional attributes specific to the Python implementation. These non- ... standard attributes must start with an underscore, and are not descri ... d in a package, then the parent package's __path__ attribute is passed in as a second argument. The method retu ... s like io.StringIO which do not support the buffer attribute. sys. __stdin__ ¶ sys. __stdout__ ¶ sys. __stderr_ ...
https://man.plustar.jp/python/library/sys.html - [similar]
プログラミング FAQ — Python 3.6.5 ドキュメント 6251
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... ンプレートとして使われ、あるデータ型に特有のデータ (attribute/属性) とコード (メソッド) の両方を内蔵しています。 ... : def meth ( self , arg ): return arg * 2 + self . attribute self とは何ですか? ¶ self はメソッドの第一引数に慣 ...
https://man.plustar.jp/python/faq/programming.html - [similar]
32.2. ast --- 抽象構文木 — Python 3.6.5 ドキュメント 6251
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... the byte offset in the utf8 string the parser uses attributes (int lineno, int col_offset) -- BoolOp() can use ... wing expression can appear in assignment context | Attribute(expr value, identifier attr, expr_context ctx) | S ... the byte offset in the utf8 string the parser uses attributes (int lineno, int col_offset) expr_context = Load ... tHandler(expr? type, identifier? name, stmt* body) attributes (int lineno, int col_offset) arguments = (arg* ar ...
https://man.plustar.jp/python/library/ast.html - [similar]
16.10. curses --- 文字セル表示を扱うための端末操作 — Python 3.6.5 ドキュメント 6251
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... racters of the character string str at (y, x) with attributes attr , overwriting anything previously on the dis ... ] ) Paint the character string str at (y, x) with attributes attr , overwriting anything previously on the dis ... ow. attrset ( attr ) ¶ Set the "background" set of attributes to attr . This set is initially 0 (no attributes) ... ttr ) window. chgat ( y , x , num , attr ) Set the attributes of num characters at the current cursor position, ...
https://man.plustar.jp/python/library/curses.html - [similar]
21.13. ftplib --- FTPプロトコルクライアント — Python 3.6.5 ドキュメント 6251
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... depending on what is specified in the ssl_version attribute. バージョン 3.4 で変更: このメソッドは ssl.SSLCont ...
https://man.plustar.jp/python/library/ftplib.html - [similar]
10.2. functools --- 高階関数と呼び出し可能オブジェクトの操作 — Python 3.6.5 ド... 6251
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... register ( type ( None ), nothing ) The register() attribute returns the undecorated function which enables dec ... で指名された属性がラッパー関数自身に存在しないなら AttributeError が送出されます。 バージョン 3.2 で追加: __wra ... ます。 バージョン 3.2 で変更: 存在しない属性によって AttributeError を発生しなくなりました。 バージョン 3.4 で変更 ...
https://man.plustar.jp/python/library/functools.html - [similar]
16.6. logging --- Python 用ロギング機能 — Python 3.6.5 ドキュメント 6251
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... らです。 class logging. Logger ¶ propagate ¶ If this attribute evaluates to true, events logged to this logger wi ... e change, these strings are defined as class-level attributes which can be overridden at the instance level whe ... n desired. The names of the attributes are default_time_format (for the strptime format ... old_factory ( * args , ** kwargs ) record . custom_attribute = 0xdecafbad return record logging . setLogRecordF ...
https://man.plustar.jp/python/library/logging.html - [similar]
34.1. msilib --- Microsoft インストーラーファイルの読み書き — Python 3.6.5 ドキ... 6251
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... display , level=1 , parent=None , directory=None , attributes=0 ) ¶ id , parent.id , title , desc , display , l ... evel , directory , attributes の値を使って、新しいレコードを Feature テーブルに ... t テーブルにエントリを作ります。 mapping ( event , attribute ) ¶ このコントロールの EventMapping テーブルにエン ... 。 control ( name , type , x , y , width , height , attributes , property , text , control_next , help ) ¶ 新しい ...
https://man.plustar.jp/python/library/msilib.html - [similar]
10.3. operator --- 関数形式の標準演算子 — Python 3.6.5 ドキュメント 6251
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... em , str ) for item in items ): raise TypeError ( 'attribute name must be a string' ) if len ( items ) == 1 : a ...
https://man.plustar.jp/python/library/operator.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT