micropython-stubber icon indicating copy to clipboard operation
micropython-stubber copied to clipboard

add information on what is and is not included in the machine stubs

Open Josverl opened this issue 3 years ago • 0 comments

Yes

  • module
  • functions
  • constants + values + type
  • classes (most)
  • exceptions

Not

  • superclasses
  • function parameters
  • class init parameters

duplications

  • methods inherited from superclasses
  • import * from

Josverl avatar Jan 03 '22 23:01 Josverl