MCPcopy Index your code
hub / github.com/secdev/scapy / tprint

Method tprint

scapy/modules/ldaphero.py:1912–1921  ·  view source on GitHub ↗

Print to text pane

(self, x, tags=[], flush=False)

Source from the content-addressed store, hash-verified

1910 return parsed
1911
1912 def tprint(self, x, tags=[], flush=False):
1913 """
1914 Print to text pane
1915 """
1916 self.tk_textpane.configure(state=tk.NORMAL)
1917 self.tk_textpane.insert("end", x + "\n", tuple(tags))
1918 self.tk_textpane.configure(state=tk.DISABLED)
1919 self.tk_textpane.see(tk.END)
1920 if flush:
1921 self.root.update()
1922
1923 def main(self):
1924 """

Callers 14

connectMethod · 0.95
disconnectMethod · 0.95
bindMethod · 0.95
treeMethod · 0.95
_showsearchresultMethod · 0.95
treedoubleclickMethod · 0.95
load_guidsMethod · 0.95
resolvesidsMethod · 0.95
viewsecMethod · 0.95
_members_popupMethod · 0.95
editMethod · 0.95
searchMethod · 0.95

Calls 2

configureMethod · 0.80
updateMethod · 0.45

Tested by

no test coverage detected