MCPcopy Create free account
hub / github.com/ipython/traitlets / append

Method append

traitlets/config/loader.py:105–107  ·  view source on GitHub ↗

Append an item to a List

(self, obj: t.Any)

Source from the content-addressed store, hash-verified

103 _inserts: List[t.Any] = List()
104
105 def append(self, obj: t.Any) -> None:
106 """Append an item to a List"""
107 self._extend.append(obj)
108
109 def extend(self, other: t.Any) -> None:
110 """Extend a list"""

Callers 15

notify1Method · 0.80
notify2Method · 0.80
_a_changedMethod · 0.80
_b_changedMethod · 0.80
notify1Method · 0.80
notify2Method · 0.80
_a_changedMethod · 0.80
_any_changedMethod · 0.80
_b_changedMethod · 0.80
test_allow_noneMethod · 0.80
TestObjectNameClass · 0.80

Calls

no outgoing calls

Tested by 15

notify1Method · 0.64
notify2Method · 0.64
_a_changedMethod · 0.64
_b_changedMethod · 0.64
notify1Method · 0.64
notify2Method · 0.64
_a_changedMethod · 0.64
_any_changedMethod · 0.64
_b_changedMethod · 0.64
test_allow_noneMethod · 0.64
a_callbackMethod · 0.64
b_callbackMethod · 0.64