摘要: 英文文档: classmethod(function) Return a class method for function. A class method receives the class as implicit first argument, just like an instance me 阅读全文
posted @ 2016-10-21 16:28 十月狐狸 阅读(1516) 评论(0) 推荐(0) 编辑
摘要: 英文文档: 2. 它的功能与ord函数刚好相反 3. 传入的参数值范围必须在0-1114111(十六进制为0x10FFFF)之间,否则将报ValueError错误 阅读全文
posted @ 2016-10-21 14:59 十月狐狸 阅读(1957) 评论(0) 推荐(0) 编辑
摘要: 英文文档: callable(object) Return True if the object argument appears callable, False if not. If this returns true, it is still possible that a call fails 阅读全文
posted @ 2016-10-21 11:30 十月狐狸 阅读(19490) 评论(0) 推荐(1) 编辑