Mastering Python Networking
上QQ阅读APP看书,第一时间看更新

The None type

The None type denotes an object with no value. This is returned in functions that do not explicitly return anything. The None type is also used in function arguments to error out if the caller does not pass in an actual value.