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

Method __init__

Lib/idlelib/tabbedpages.py:22–66  ·  view source on GitHub ↗

Constructor arguments: select_command -- A callable which will be called when a tab is selected. It is called with the name of the selected tab as an argument. tabs -- A list of strings, the names of the tabs. Should be specified in the desired tab order. Th

(self, page_set, select_command,
                 tabs=None, 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 3

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls 5

_arrange_tabsMethod · 0.95
listClass · 0.50
FrameClass · 0.50
cgetMethod · 0.45
packMethod · 0.45

Tested by

no test coverage detected