MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / PlayerGlyph

Class PlayerGlyph

examples/space_invaders/space_invaders.py:277–280  ·  view source on GitHub ↗

Describe a glyph representing the player.

Source from the content-addressed store, hash-verified

275
276
277class PlayerGlyph(Glyph):
278 """Describe a glyph representing the player."""
279
280 __mapper_args__ = {"polymorphic_identity": "player"}
281
282
283class MissileGlyph(Glyph):

Callers 1

init_glyphFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected