Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 31 for define (0.053 sec.)
共通のオブジェクト構造体 (common object structure) — Python 3.6.5 ドキュメント 7700
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... NULL が代入されます)。 PyGetSetDef ¶ Structure to define property-like access for a type. See also descript ...
https://man.plustar.jp/python/c-api/structures.html - [similar]
6. Python Package Index (PyPI) — Python 3.6.5 ドキュメント 7700
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... 合、必要なときに入力を求められます。 If you want to define another server a new section can be created and li ...
https://man.plustar.jp/python/distutils/packageindex.html - [similar]
4. C および C++ 拡張のビルド — Python 3.6.5 ドキュメント 7700
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... t setup , Extension module1 = Extension ( 'demo' , define_macros = [( 'MAJOR_VERSION' , '1' ), ( 'MINOR_VERS ...
https://man.plustar.jp/python/extending/building.html - [similar]
18.7. asynchat --- 非同期ソケットコマンド/レスポンスハンドラ — Python 3.6.5 ド... 7700
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ike asyncore.dispatcher , async_chat allows you to define a FIFO queue of producers . A producer need have o ...
https://man.plustar.jp/python/library/asynchat.html - [similar]
2. 組み込み関数 — Python 3.6.5 ドキュメント 7587
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... h "0x". If x is not a Python int object, it has to define an __index__() method that returns an integer. Som ... given. If x is a number, return x.__int__() . If x defines x.__trunc__() but not x.__int__() , then return i ... ession. If x is not a Python int object, it has to define an __index__() method that returns an integer. For ...
https://man.plustar.jp/python/library/functions.html - [similar]
18.8. signal --- 非同期イベントにハンドラを設定する — Python 3.6.5 ドキュメント 7587
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... aised in any other case. Note that not all systems define the same set of signal names; an AttributeError wi ... ll be raised if a signal name is not defined as SIG* module level constant. signal. sigpending ...
https://man.plustar.jp/python/library/signal.html - [similar]
21.21. socketserver --- ネットワークサーバのフレームワーク — Python 3.6.5 ドキ... 7587
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... -in class comes first, since it overrides a method defined in UDPServer . Setting the various attributes als ... server. ThreadingUDPServer ¶ These classes are pre-defined using the mix-in classes. To implement a service, ... must derive a class from BaseRequestHandler and redefine its handle() method. You can then run various vers ... superclass of all Server objects in the module. It defines the interface, given below, but does not implemen ...
https://man.plustar.jp/python/library/socketserver.html - [similar]
8.8. weakref --- 弱参照 — Python 3.6.5 ドキュメント 7587
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... mplementation. A more robust alternative can be to define a finalizer which only references the specific fun ... ved ( self ): return not self . _finalizer . alive Defined like this, our finalizer only receives a referenc ...
https://man.plustar.jp/python/library/weakref.html - [similar]
21.26. xmlrpc.client --- XML-RPC クライアントアクセス — Python 3.6.5 ドキュメン... 7587
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... alues may be any conformable type. Objects of user-defined classes can be passed in; only their __dict__ att ... n XML-RPC server through a HTTP proxy, you need to define a custom transport. The following example shows ho ...
https://man.plustar.jp/python/library/xmlrpc.client.html - [similar]
3. Defining Extension Types: Assorted Topics — Python 3.6.5 ドキュメント 7490
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... ffer */ PyBufferProcs * tp_as_buffer ; /* Flags to define presence of optional/expanded features */ unsigned ...
https://man.plustar.jp/python/extending/newtypes.html - [similar]
PREV 1 2 3 4 NEXT