Last active
February 11, 2017 08:47
-
-
Save ysakasin/ef93d1bc6c9253f4beb115abee273e04 to your computer and use it in GitHub Desktop.
某アニメで主人公が作成していたコード
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def __delitem__(self, key): | |
self.db.delete(self.table, where="session_id=$key", vars= # 見切れている | |
def cleanup(self, timeout): | |
timeout = datetime.# 入力中により以後不明 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
web.pyというフレームワークの
/web/session.py
ファイルみたいですね。第一話 20:10ごろ (上記のコード) 314行~
第五話 02:25ごろ 6行~
第五話 06:13ごろ 127行~