MCPcopy Create free account
hub / github.com/TechXueXi/TechXueXi / __init__

Method __init__

SourcePackages/webServerConf.py:21–22  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

19 timestamp = web_db.Column(web_db.DateTime, default=datetime.now)
20
21 def __init__(self, text):
22 self.text = text
23
24 def __repr__(self):
25 return '<Message: %r>' % self.text

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected