MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / __init__

Method __init__

Lib/idlelib/tabbedpages.py:355–413  ·  view source on GitHub ↗

Constructor arguments: page_names -- A list of strings, each will be the dictionary key to a page's widget, and the name displayed on the page's tab. Should be specified in the desired page order. The first page will be the default and first active page. If page_name

(self, parent, page_names=None, page_class=PageLift,
                 n_rows=1, max_tabs_per_row=5, expand_tabs=False,
                 **kw)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 6

add_pageMethod · 0.95
change_pageMethod · 0.95
TabSetClass · 0.85
gridMethod · 0.80
FrameClass · 0.50
__init__Method · 0.45

Tested by

no test coverage detected