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