Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 49 for done (0.053 sec.)
拡張と埋め込み FAQ — Python 3.6.5 ドキュメント 7833
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... nt main ( int argc , char * argv []) { int i , j , done = 0 ; /* lengths of line, code */ char ps1 [] = "> ... "__builtins__" , PyEval_GetBuiltins ()); while ( ! done ) { line = readline ( prompt ); if ( NULL == line ... ) /* Ctrl-D pressed */ { done = 1 ; } else { i = strlen ( line ); if ( i > 0 ) a ...
https://man.plustar.jp/python/faq/extending.html - [similar]
イテレータプロトコル (iterator protocol) — Python 3.6.5 ドキュメント 7682
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... mething with item */ ... /* release reference when done */ Py_DECREF ( item ); } Py_DECREF ( iterator ); i ...
https://man.plustar.jp/python/c-api/iter.html - [similar]
Python で Curses プログラミング — Python 3.6.5 ドキュメント 7380
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... oing anything, curses must be initialized. This is done by calling the initscr() function, which will dete ... r() function does this automatically). Once that's done, the has_colors() function returns TRUE if the ter ...
https://man.plustar.jp/python/howto/curses.html - [similar]
21.22. http.server --- HTTP サーバ — Python 3.6.5 ドキュメント 7380
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... value. Note that, after the send_header calls are done, end_headers() MUST BE called in order to complete ... A lot of the work, such as parsing the request, is done by the base class BaseHTTPRequestHandler . This cl ...
https://man.plustar.jp/python/library/http.server.html - [similar]
21.16. nntplib --- NNTP プロトコルクライアント — Python 3.6.5 ドキュメント 7380
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... r exceptions and to close the NNTP connection when done, e.g.: >>> from nntplib import NNTP >>> with NNTP ... べき点 for best practices. Note that this may not be done after authentication information has been transmit ...
https://man.plustar.jp/python/library/nntplib.html - [similar]
28.3. venv --- 仮想環境の作成 — Python 3.6.5 ドキュメント 7380
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... t2 . join () if progress is not None : progress ( 'done.' , 'main' ) else : sys . stderr . write ( 'done. ...
https://man.plustar.jp/python/library/venv.html - [similar]
18.5.4. Transports and protocols (callback based API) — Python 3.6.5 ドキュメン... 7229
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... : print ( "Received:" , data . decode ()) # We are done: close the transport (it will call connection_lost ... Run the event loop loop . run_forever () # We are done, close sockets and the event loop rsock . close () ...
https://man.plustar.jp/python/library/asyncio-protocol.html - [similar]
24.1. turtle --- タートルグラフィックス — Python 3.6.5 ドキュメント 7229
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... t ( 170 ) if abs ( pos ()) < 1 : break end_fill () done () これらの命令と他の同様な命令を組み合わせることで ... onclick() | onscreenclick() ontimer() mainloop() | done() 設定と特殊なメソッド mode() colormode() getcanva ... >>> running = False turtle. mainloop ( ) ¶ turtle. done ( ) ¶ Starts event loop - calling Tkinter's mainlo ...
https://man.plustar.jp/python/library/turtle.html - [similar]
2. 拡張の型の定義: チュートリアル — Python 3.6.5 ドキュメント 7078
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... ion types will simply reuse PyType_GenericNew() as done in the first version of the Custom type above. In ... tly with a reference to PyList_Type ; it should be done later in the module initialization function: PyMOD ...
https://man.plustar.jp/python/extending/newtypes_tutorial.html - [similar]
Python モジュールのインストール — Python 3.6.5 ドキュメント 7078
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... e にあります。 Creation of virtual environments is done through the venv module. Installing packages into ...
https://man.plustar.jp/python/installing/index.html - [similar]
PREV 1 2 3 4 5 NEXT