Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 66 for types (0.033 sec.)
8.9. types --- 動的な型生成と組み込み型に対する名前 — Python 3.6.5 ドキュメント 15825
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... リ » 8. データ型 » 8.9. types --- 動的な型生成と組み込み型に対する名前 ¶ ソースコ ... ード: Lib/types.py このモジュールは新しい型の動的な生成を支援するユ ... 関数をいくつか提供しています。 8.9.1. 動的な型生成 ¶ types. new_class ( name , bases=() , kwds=None , exec_bo ... すことと同じ効果があります。 バージョン 3.3 で追加. types. prepare_class ( name , bases=() , kwds=None ) ¶ 適 ...
https://man.plustar.jp/python/library/types.html - [similar]
19.5. mimetypes --- ファイル名を MIME 型へマップする — Python 3.6.5 ドキュメン... 12086
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... リ » 19. インターネット上のデータの操作 » 19.5. mimetypes --- ファイル名を MIME 型へマップする ¶ ソースコード ... : Lib/mimetypes.py mimetypes モジュールは、ファイル名あるいは URL ... していれば、これらの関数は、 init() を呼びます。 mimetypes. guess_type ( url , strict=True ) ¶ url で与えられ ... るが、一般的に使用される MIME 型も認識されます。 mimetypes. guess_all_extensions ( type , strict=True ) ¶ typ ...
https://man.plustar.jp/python/library/mimetypes.html - [similar]
21.26. xmlrpc.client --- XML-RPC クライアントアクセス — Python 3.6.5 ドキュメン... 10274
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... llow_none=False , use_datetime=False , use_builtin_types=False , * , context=None ) ¶ バージョン 3.3 で変更 ... : use_builtin_types フラグが追加されました。 A ServerProxy instance is ... /extensions.php for a description. The use_builtin_types flag can be used to cause date/time values to be p ... solete use_datetime flag is similar to use_builtin_types but it applies only to date/time values. Both the ...
https://man.plustar.jp/python/library/xmlrpc.client.html - [similar]
21.27. xmlrpc.server --- 基本的なXML-RPCサーバー — Python 3.6.5 ドキュメント 8932
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... coding=None , bind_and_activate=True , use_builtin_types=False ) ¶ サーバーインスタンスを新たに作成します。 ... s クラス変数を操作することが出来ます。 use_builtin_types 引数は loads() 関数に渡されます。 この引数は日付/時 ... ルトでは偽です。 バージョン 3.3 で変更: use_builtin_types フラグが追加されました。 class xmlrpc.server. CGIX ... r ( allow_none=False , encoding=None , use_builtin_types=False ) ¶ CGI 環境における XML-RPC リクエストハンド ...
https://man.plustar.jp/python/library/xmlrpc.server.html - [similar]
12.6. sqlite3 --- SQLite データベースに対する DB-API 2.0 インタフェース — Pytho... 8847
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ライブラリのバージョン番号です。 sqlite3. PARSE_DECLTYPES ¶ この定数は connect() 関数の detect_types パラメー ... ARSE_COLNAMES ¶ この定数は connect() 関数の detect_types パラメータとして使われます。 この定数を設定すると ... 。 sqlite3. connect ( database [ , timeout , detect_types , isolation_level , check_same_thread , factory , ... 場合はあなた自身で追加しなければなりません。 detect_types パラメータおよび、 register_converter() 関数でモジ ...
https://man.plustar.jp/python/library/sqlite3.html - [similar]
Argument Clinic How-To — Python 3.6.5 ドキュメント 8262
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argu ... along with their meanings: accept A set of Python types (and possibly pseudo-types); this restricts the al ... lowable Python argument to values of these types. (This is not a general-purpose facility; as a rul ... e it only supports specific lists of types as shown in the legacy converter table.) To accept ... its take arguments—either conversion functions, or types, or strings specifying an encoding. (But "legacy c ...
https://man.plustar.jp/python/howto/clinic.html - [similar]
19.1.6. email.headerregistry: カスタムヘッダーオブジェクト — Python 3.6.5 ドキ... 7891
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... vides customized header objects for various header types, but also provides an extension mechanism for appl ... ications to add their own custom header types. When using any of the policy objects derived from ... ues. See the errors module for a discussion of the types of defects that may be reported. max_count ¶ The m ... ders are one of the most complex structured header types. The AddressHeader class provides a generic interf ...
https://man.plustar.jp/python/library/email.headerregistry.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 7891
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... incomplete) Python code. collections Container datatypes collections.abc Abstract base classes for containe ... nd read tabular data to and from delimited files. ctypes A foreign function library for Python. curses (Uni ... in a curses window. d datetime Basic date and time types. dbm Interfaces to various Unix "database" formats ... ts). math Mathematical functions (sin() etc.). mimetypes Mapping of filename extensions to MIME types. mmap ...
https://man.plustar.jp/python/py-modindex.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 7691
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... housands separator for floating point presentation types and for integer presentation type 'd' . For intege ... r presentation types 'b' , 'o' , 'x' , and 'X' , underscores will be in ... assume that such objects are only one of those two types (an int representing a file descriptor does not co ... tion has been added to create lightweight distinct types for annotations: from typing import NewType UserId ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
6. 式 (expression) — Python 3.6.5 ドキュメント 7591
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... の値を定義している考えることもできます。 Because all types are (direct or indirect) subtypes of object , they ... erit the default comparison behavior from object . Types can customize their comparison behavior by impleme ... ytearray ) can be compared within and across their types. They compare lexicographically using the numeric ... range ) can be compared only within each of their types, with the restriction that ranges do not support o ...
https://man.plustar.jp/python/reference/expressions.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT