MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / MessageGlyph

Class MessageGlyph

examples/space_invaders/space_invaders.py:271–274  ·  view source on GitHub ↗

Describe a glyph for displaying a message.

Source from the content-addressed store, hash-verified

269
270
271class MessageGlyph(Glyph):
272 """Describe a glyph for displaying a message."""
273
274 __mapper_args__ = {"polymorphic_identity": "message"}
275
276
277class PlayerGlyph(Glyph):

Callers 1

init_glyphFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected