Configure resources of an item TAGORID.
(self, tagOrId, cnf=None, **kw)
| 1079 | """Return size""" |
| 1080 | class B(A): |
| 1081 | def itemconfigure(self, tagOrId, cnf=None, **kw): |
| 1082 | """Configure resources of an item TAGORID.""" |
| 1083 | itemconfig = itemconfigure |
| 1084 | b_size = A.a_size |
| 1085 |
no outgoing calls
no test coverage detected