MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / append

Method append

tensorflow/python/debug/cli/debugger_cli_common.py:1164–1170  ·  view source on GitHub ↗

Append an item to the Menu. Args: item: (MenuItem) the item to be appended.

(self, item)

Source from the content-addressed store, hash-verified

1162 self._items = []
1163
1164 def append(self, item):
1165 """Append an item to the Menu.
1166
1167 Args:
1168 item: (MenuItem) the item to be appended.
1169 """
1170 self._items.append(item)
1171
1172 def insert(self, index, item):
1173 self._items.insert(index, item)

Callers 15

get_run_start_introFunction · 0.95
_babbleMethod · 0.95
_add_main_menuFunction · 0.95
testAddNMethod · 0.45
testNestedAddNMethod · 0.45
testZerosLikeMethod · 0.45
testNestedZerosLikeMethod · 0.45
testNoShuffleMethod · 0.45
testShuffleDatasetMethod · 0.45
testSeedZeroMethod · 0.45
testShuffleSeedMethod · 0.45

Calls

no outgoing calls

Tested by 15

_babbleMethod · 0.76
testAddNMethod · 0.36
testNestedAddNMethod · 0.36
testZerosLikeMethod · 0.36
testNestedZerosLikeMethod · 0.36
testNoShuffleMethod · 0.36
testShuffleDatasetMethod · 0.36
testSeedZeroMethod · 0.36
testShuffleSeedMethod · 0.36
testMultipleIteratorsMethod · 0.36