MCPcopy Create free account
hub / github.com/dtmilano/AndroidViewClient / tag_bind

Method tag_bind

src/com/dtmilano/android/culebron.py:2042–2045  ·  view source on GitHub ↗
(self, tagname, sequence=None, callback=None)

Source from the content-addressed store, hash-verified

2040 return self.viewTree.set(item, column, value)
2041
2042 def tag_bind(self, tagname, sequence=None, callback=None):
2043 if DEBUG:
2044 print('ViewTree.tag_bind(', tagname, ',', sequence, ',', callback, ')', file=sys.stderr)
2045 return self.viewTree.tag_bind(tagname, sequence, callback)
2046
2047
2048 class ViewDetails(tkinter.Frame):

Callers 1

populateViewTreeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected