Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 186 for Set (0.092 sec.)
8. Distutilsの拡張 — Python 3.6.5 ドキュメント 5580
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... のdistutilsの拡張は、既存コマンドの動作を修正したい setup.py スクリプト中で行われます。その多くは、パッケー ... どの場合にもっとも妥当な方法は、新しい実装をあなたの setup.py スクリプトに取り込み、 distutils.core.setup() ... t build_py as _build_py from distutils.core import setup class build_py ( _build_py ): """Specialized Pyt ... .""" # implement whatever needs to be different... setup ( cmdclass = { 'build_py' : build_py }, ... ) こ ...
https://man.plustar.jp/python/distutils/extending.html - [similar]
17.4. concurrent.futures -- 並列タスク実行 — Python 3.6.5 ドキュメント 5580
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... roximate) size of these chunks can be specified by setting chunksize to a positive integer. For very long ... it ( pow , 5 , 2 ) # This will never complete because there is only one worker thread and # it is executi ... での使用と Executor を実装することを意図しています。 set_running_or_notify_cancel ( ) ¶ このメソッドは、 Fu ... このメソッドは、一度だけ呼び出すことができ、 Future.set_result() または Future.set_exception() がキャンセル ...
https://man.plustar.jp/python/library/concurrent.futures.html - [similar]
2. 組み込み関数 — Python 3.6.5 ドキュメント 5580
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... に挙げます。 組み込み関数 abs() dict() help() min() setattr() all() dir() hex() next() slice() any() divmo ... ble() format() len() property() type() chr() frozenset() list() range() vars() classmethod() getattr() lo ... attr() max() round() delattr() hash() memoryview() set() abs ( x ) ¶ 数の絶対値を返します。引数は整数また ... d by the flags argument are used in addition to those that would be used anyway. If dont_inherit is a non ...
https://man.plustar.jp/python/library/functions.html - [similar]
24.3. shlex --- 単純な字句解析 — Python 3.6.5 ドキュメント 5580
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... cond optional argument is a filename string, which sets the initial value of the infile attribute. If the ... he behaviour seen under Python 3.5 and earlier. If set to True , then parsing of the characters ();<>|& i ... tion characters) is returned as a single token. If set to a non-empty string of characters, those charact ... POSIX mode, the accented characters in the Latin-1 set are also included. If punctuation_chars is not emp ...
https://man.plustar.jp/python/library/shlex.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 5580
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... for launch options $ ./helm.py launch --missiles # set missiles=True and torpedos=False $ ./helm.py steer ... --course 180 --speed 5 # set movement parameters 参考 PEP 389 - 新しいコマンドラ ... stead, it is recommended that time.accept2dyear be set to False so that large date ranges can be used wit ... swork: >>> import time , warnings >>> warnings . resetwarnings () # remove the default warning filters >> ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
16.4. argparse --- コマンドラインオプション、引数、サブコマンドのパーサー — Pyt... 5525
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 値は add_argument() メソッドにデフォルト値を渡すか、 set_defaults() メソッドに名前と値のペアを渡すことで指定 ... %r ' % ( namespace , values , option_string )) ... setattr ( namespace , self . dest , values ) ... >>> p ... を choices に渡すことができます。すなわち、 dict 、 set 、カスタムコンテナーなどはすべてサポートされていま ... クト。ほとんどのアクションはこのオブジェクトに属性を setattr() を使って追加します。 values - 型変換が適用さ ...
https://man.plustar.jp/python/library/argparse.html - [similar]
29.11. gc --- ガベージコレクタインターフェース — Python 3.6.5 ドキュメント 5525
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ができます。メモリリークをデバッグするときには、 gc.set_debug(gc.DEBUG_LEAK) とします。これは gc.DEBUG_SAV ... では全ての要素が解放されるわけではありません。 gc. set_debug ( flags ) ¶ ガベージコレクションのデバッグフ ... オブジェクトの総数です。 バージョン 3.4 で追加. gc. set_threshold ( threshold0 [ , threshold1 [ , threshol ... 消去できるようにする。 バージョン 3.3 で追加. 以下は set_debug() に指定することのできる定数です: gc. DEBUG_ ...
https://man.plustar.jp/python/library/gc.html - [similar]
12.4. marshal --- 内部使用向けの Python オブジェクト整列化 — Python 3.6.5 ドキ... 5525
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 複素数、文字列、 byte 、bytearray 、タプル、リスト、 set 、frozenset 、辞書、コードオブジェクト。ここで、タ ... プル、リスト、 set 、 frozenset 、辞書は、その中に含まれる値がそれ自身 ... 未満のフォーマット version では、再帰的なリスト、 set 、辞書を書き出すことはできません (下記参照)。 Ther ... nd return it. If no valid value is read (e.g. because the data has a different Python version's incompati ...
https://man.plustar.jp/python/library/marshal.html - [similar]
26.1. typing --- 型ヒントのサポート — Python 3.6.5 ドキュメント 5525
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... me self . logger = logger self . value = value def set ( self , new : T ) -> None : self . log ( 'Set ' + ... gedVar [ int ]]) -> None : for var in vars : var . set ( 0 ) ジェネリック型は任意の数の型変数をとることが ... です。 バージョン 3.6 で追加. class typing. AbstractSet ( Sized, Collection[T_co] ) ¶ collections.abc.Set ... のジェネリック版です。 class typing. MutableSet ( AbstractSet[T] ) ¶ collections.abc.MutableSet...
https://man.plustar.jp/python/library/typing.html - [similar]
Python で Curses プログラミング — Python 3.6.5 ドキュメント 5470
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... le module written by Fredrik Lundh, which doesn't use the same API as curses but provides cursor-addressa ... ill determine the terminal type, send any required setup codes to the terminal, and create various intern ... OLS - 1) . When you call a method to display or erase text, the effect doesn't immediately show up on the ... low 300-baud terminal connections in mind; with these terminals, minimizing the time required to redraw t ...
https://man.plustar.jp/python/howto/curses.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT