Skip to content

Latest commit

 

History

History
executable file
·
9 lines (7 loc) · 343 Bytes

Notes.md

File metadata and controls

executable file
·
9 lines (7 loc) · 343 Bytes
  • The checkNewline function sets HIDDEN. Is this right? Are newlines treated correctly? (Java and Python)

  • Getters and setters in Python are missing. Use properties and getter/setter decorators for: setType, setChannel, _token?

  • PyCharm incorrectly complains about:

from typing.io import TextIO

However, this isn't an error.