Skip to content

Instantly share code, notes, and snippets.

Created May 17, 2014 13:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/152e3ae4b68294a23815 to your computer and use it in GitHub Desktop.
Save anonymous/152e3ae4b68294a23815 to your computer and use it in GitHub Desktop.
lst_buf = t_std # バッファリストに親サービスのタプルを代入。有無をみるだけなのでリストに変換しない。
while lst_buf: # バッファリストがある間継続。
lst_buf = list() # バッファリストを初期化。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment