ITADN

Error in docstubs from machine.CAN CAN.__init()

#719OpenJosverl 创建于 2026-03-23
J
Josverlcommented
There is an error in the docstubs generated for the 1.28.0-preview version stubber switch preview stubber docstubs The Documentains contains the following defintion for Machine.CAN class machine.CAN(id, *args, **kwargs) result is incorrect : current: `def __init__(self, id, *args, *kwargs) -> None:` Should be: `def __init__(self, id, *args, **kwargs) -> None:` Likely something is going wrong in the .RST pre-processing using the lookup.py definitions or the or the parsing This needs to be traced in detail
0 条评论