MCPcopy Create free account
hub / github.com/python/cpython / itemconfigure

Method itemconfigure

Lib/test/test_pydoc/test_pydoc.py:1081–1082  ·  view source on GitHub ↗

Configure resources of an item TAGORID.

(self, tagOrId, cnf=None, **kw)

Source from the content-addressed store, hash-verified

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

Callers 2

test_itemconfigureMethod · 0.45
check_itemconfigureMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected