def onOffset(self, dt):
if self.normalize and not _is_normalized(dt):
return False
modMonth = (dt.month - self.startingMonth) % 3
return BMonthEnd().onOffset(dt) and modMonth == 0
offsets.py 文件源码
python
阅读 23
收藏 0
点赞 0
评论 0
评论列表
文章目录