Meaning of * in the function arguments list

ast nomail at invalid.com
Wed Oct 29 04:56:47 EDT 2014


Hi

Consider the following to_bytes method from integer class:

int.to_bytes(length, byteorder, *, signed=False)

What doest the '*' in the arguments list means ?



More information about the Python-list mailing list