Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_on
Method · 0.80
setup
Function · 0.80
__init__
Method · 0.80
setup_instance
Method · 0.80
__getstate__
Method · 0.80
__setstate__
Method · 0.80
class_traits
Method · 0.80
traits
Method · 0.80
signature_has_traits
Function · 0.80
start_show_config
Method · 0.80
_classes_with_config_traits
Method · 0.80
Calls
no outgoing calls
Tested by
1
argcomplete_on
Method · 0.64