MCPcopy Index your code
hub / github.com/RobinMeis/Siri-API / title

Method title

document.py:24–28  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

22 self.document = ""
23
24 def title (self, text): #Generates a title bar
25 print ("Title: ")
26 if (self.chat_style == True):
27 print (text)
28 self.document = self.document.replace('<replace_with_document_class_dont_remove>', '<div class="header"><div class="title">' + text + '</div></div><replace_with_document_class_dont_remove>')
29
30 def incoming (self, text): #Creates a text box displaying an incoming message
31 if (self.chat_style == True):

Callers 3

no_actionMethod · 0.80
hansMethod · 0.80
lightMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected