Skip to content

Instantly share code, notes, and snippets.

@ysakasin
Last active February 11, 2017 08:47
Show Gist options
  • Save ysakasin/ef93d1bc6c9253f4beb115abee273e04 to your computer and use it in GitHub Desktop.
Save ysakasin/ef93d1bc6c9253f4beb115abee273e04 to your computer and use it in GitHub Desktop.
某アニメで主人公が作成していたコード
def __delitem__(self, key):
self.db.delete(self.table, where="session_id=$key", vars= # 見切れている
def cleanup(self, timeout):
timeout = datetime.# 入力中により以後不明
@ygkn
Copy link

ygkn commented Feb 11, 2017

web.pyというフレームワークの/web/session.pyファイルみたいですね。

第一話 20:10ごろ (上記のコード) 314行~

第五話 02:25ごろ 6行~
第五話 06:13ごろ 127行~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment