load_time_out属性
load_time_out属性
设置/获取加载文件时的超时中断(以毫秒为单位),当加载文件的花费时间长于预期时,将引发异常。 默认值为-1,即不设置超时中断。
定义:
@property
def load_time_out(self):
...
@load_time_out.setter
def load_time_out(self, value):
...
设置/获取加载文件时的超时中断(以毫秒为单位),当加载文件的花费时间长于预期时,将引发异常。 默认值为-1,即不设置超时中断。
@property
def load_time_out(self):
...
@load_time_out.setter
def load_time_out(self, value):
...