Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 47 for register (0.048 sec.)
24.1. turtle --- タートルグラフィックス — Python 3.6.5 ドキュメント 7980
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... メソッド mode() colormode() getcanvas() getshapes() register_shape() | addshape() turtles() window_height() win ... sic"。形についての扱いを学ぶには Screen のメソッド register_shape() を参照して下さい。 >>> turtle . shape () ' ... tle . end_poly () >>> p = turtle . get_poly () >>> register_shape ( "myFavouriteShape" , p ) turtle. clone ( ) ... en の形のリスト(shapelist) に追加して使います: >>> register_shape ( "myshape" , s ) >>> shape ( "myshape" ) 注 ...
https://man.plustar.jp/python/library/turtle.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 7980
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... ping asynchronous socket handling services. atexit Register and execute cleanup functions. audioop Manipulate ... ts. copy Shallow and deep copy operations. copyreg Register pickle support functions. cProfile crypt (Unix) Th ... tall script files from a package distutils.command.register Register a module with the Python Package Index di ...
https://man.plustar.jp/python/py-modindex.html - [similar]
27.2. faulthandler --- Python tracebackのダンプ — Python 3.6.5 ドキュメント 7737
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... グナルに対してtracebackをダンプする ¶ faulthandler. register ( signum , file=sys.stderr , all_threads=True , ch ... 。 The file must be kept open until the signal is unregistered by unregister() : see issue with file descriptor ... file descriptor to this function. faulthandler. unregister ( signum ) ¶ ユーザシグナルを登録解除します: regis ... の問題 ¶ enable() 、 dump_traceback_later() ならびに register() は引数 file に渡されたファイル記述子を保持します ...
https://man.plustar.jp/python/library/faulthandler.html - [similar]
6.7. readline --- GNU readline のインタフェース — Python 3.6.5 ドキュメント 7570
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ( 1000 ) except FileNotFoundError : pass atexit . register ( readline . write_history_file , histfile ) Pytho ... ile ( new_h_len - prev_h_len , histfile ) atexit . register ( save , h_len , histfile ) 次の例では code.Intera ... istfile ) except FileNotFoundError : pass atexit . register ( self . save_history , histfile ) def save_histor ...
https://man.plustar.jp/python/library/readline.html - [similar]
11.10. shutil --- 高水準のファイル操作 — Python 3.6.5 ドキュメント 7570
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... tar ファイル ( lzma モジュールが利用可能な場合)。 register_archive_format() を使って、新しいフォーマットを登録 ... ットに独自のアーカイバを提供したりできます。 shutil. register_archive_format ( name , function [ , extra_args [ ... 使われます。デフォルトでは空の文字列です。 shutil. unregister_archive_format ( name ) ¶ アーカイブフォーマット n ... 、 "zip", "tar", "gztar", "bztar", "xztar" あるいは register_unpack_format() で登録したその他のフォーマットのど ...
https://man.plustar.jp/python/library/shutil.html - [similar]
19.1.4. email.policy: ポリシーオブジェクト — Python 3.6.5 ドキュメント 7402
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... False (the default), defects will be passed to the register_defect() method. mangle_from_ ¶ If True , lines st ... False (the default), obj and defect are passed to register_defect() . register_defect ( obj , defect ) ¶ defe ...
https://man.plustar.jp/python/library/email.policy.html - [similar]
8.8. weakref --- 弱参照 — Python 3.6.5 ドキュメント 7326
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... it of using finalize is that it makes it simple to register a callback without needing to preserve the returne ... llback not called because finalizer dead You can unregister a finalizer using its detach() method. This kills ... akref based finalizers is that they can be used to register finalizers for classes where the definition is con ... lled at exit. However, in a daemonic thread atexit.register() , try: ... finally: ... and with: ... do not gua ...
https://man.plustar.jp/python/library/weakref.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 7250
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ては、望みの ABC から派生するのではなく、その ABC の register() メソッドを呼び出して登録することでも出来ます: im ... class Storage : ... collections . MutableMapping . register ( Storage ) あなたが書くクラスでは ABC から派生する ... ティのクラスが実装する ABC を宣言したい場合などには register() メソッドが有用です。例えば、 PrintableType ABC を ... 定義したのなら、今がそのとき、です: # Register Python's types PrintableType . register ( int ) Pr ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
26.3. doctest --- 対話的な実行例をテストする — Python 3.6.5 ドキュメント 7083
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... オプションフラグ名を登録する方法もあります: doctest. register_optionflag ( name ) ¶ 名前 name の新たなオプション ... フラグを作成し、作成されたフラグの整数値を返します。 register_optionflag() は OutputChecker や DocTestRunner をサ ... たに作成したオプションをサポートさせる際に使います。 register_optionflag() は以下のような定形文で呼び出さなければ ... なりません: MY_FLAG = register_optionflag ( 'MY_FLAG' ) 26.3.3.6. ディレクティブ ...
https://man.plustar.jp/python/library/doctest.html - [similar]
13. さあ何を? — Python 3.6.5 ドキュメント 7083
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... r download. Once you begin releasing code, you can register it here so that others can find it. https://code.a ...
https://man.plustar.jp/python/tutorial/whatnow.html - [similar]
PREV 1 2 3 4 5 NEXT