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

Method copy

traitlets/config/loader.py:311–312  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

309 return _is_section_key(key) and key in self
310
311 def copy(self) -> dict[str, t.Any]:
312 return type(self)(dict.copy(self))
313
314 def __copy__(self) -> dict[str, t.Any]:
315 return self.copy()

Callers 13

__copy__Method · 0.95
argcomplete_onMethod · 0.80
setupFunction · 0.80
__init__Method · 0.80
setup_instanceMethod · 0.80
__getstate__Method · 0.80
__setstate__Method · 0.80
class_traitsMethod · 0.80
traitsMethod · 0.80
signature_has_traitsFunction · 0.80
start_show_configMethod · 0.80

Calls

no outgoing calls

Tested by 1

argcomplete_onMethod · 0.64