2002-04-12から1日間の記事一覧

Python.use(better) #def: 関数 -- コードオブジェクト

‖記事一覧‖ Python.use(better)《Python3.1》 def: 関数 -- コードオブジェクト 《著》森こねこ、小粒ちゃん+∞《監修》小泉ひよ子とタマゴ倶楽部第0版♪2001/03/02 ● 第1版♪2003/05/25 ● 第2版♪2004/06/01 ● 第3版♪2009/02/28《 前の記事|次の記事 》関…

Special read-only attributes: #co_name gives the function name; #co_argcount is the number of positional arguments (including arguments with default values); #co_nlocals is the number of local variables used by the function (including argu…