CircuitPython/terminalio.py

Thu, 29 Aug 2019 19:06:37 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 29 Aug 2019 19:06:37 +0200
changeset 9
843f5ea906d7
parent 7
e336d6afc5a6
permissions
-rw-r--r--

Regenerated the API files.

# -*- coding: utf-8 -*-

# Copyright (c) 2019 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Module containing stubs for API generation of the 'terminalio' module.
"""

FONT = object()

class Terminal():
    def __init__(self, tilegrid, font):
        pass
    
    def write(self, buf):
        pass

eric ide

mercurial