full 函数功能判断队列是否满。 函数原型1full(self) -> bool 参数说明无 返回值True,表示队列满; Fasle,表示队列非满。 异常处理无 约束说明无 父主题: FlowMsgQueue类