Error in docstubs from machine.CAN CAN.__init()
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 条评论