英文文档: class dict(**kwarg) class dict(mapping, **kwarg) class dict(iterable, **kwarg) Re...
英文文档: class dict(**kwarg) class dict(mapping, **kwarg) class dict(iterable, **kwarg) Re...
英文文档: delattr(object, name)This is a relative of setattr(). The arguments are an object...
英文文档: class complex([real[, imag]])Return a complex number with the value real + imag*1...
英文文档:compile(source, filename, mode, flags=0, dont_inherit=False, optimize=-1) Compile ...
英文文档: classmethod(function) Return a class method for function. A class method receives...
英文文档: chr(i)Return the string representing a character whose Unicode code point is the ...
英文文档: callable(object)Return True if the object argument appears callable, False if not...
英文文档: class bytes([source[, encoding[, errors]]])Return a new “bytes” object, which is ...
英文文档: class bytearray([source[, encoding[, errors]]])Return a new array of bytes. The b...
英文文档: class bool([x])Return a Boolean value, i.e. one of True or False. x is converted ...
英文文档: bin(x)Convert an integer number to a binary string. The result is a valid Python ...
英文文档: ascii(object)As repr(), return a string containing a printable representation of ...
英文文档: any(iterable)Return True if any element of the iterable is true. If the iterable ...
英文文档: abs(x)Return the absolute value of a number. The argument may be an integer or a ...
英文文档: all(iterable)Return True if all elements of the iterable are true (or if the iter...
英文文档: abs(x)Return the absolute value of a number. The argument may be an integer or a ...