英文文档: class dict(**kwarg) class dict(mapping, **kwarg) class dict(iterab...
英文文档: delattr(object, name)This is a relative of setattr(). The argument...
英文文档: class complex([real[, imag]])Return a complex number with the valu...
英文文档:compile(source, filename, mode, flags=0, dont_inherit=False, optimi...
英文文档: classmethod(function) Return a class method for function. A class ...
英文文档: chr(i)Return the string representing a character whose Unicode cod...
英文文档: callable(object)Return True if the object argument appears callabl...
英文文档: class bytes([source[, encoding[, errors]]])Return a new “bytes” ob...
英文文档: class bytearray([source[, encoding[, errors]]])Return a new array ...