Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ copy
Method
copy
tests/test_guarded_eval.py:312–313 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
310
return
HeapType()
311
312
def
copy(self) ->
"StringAnnotation"
:
313
return
StringAnnotation()
314
315
316
CustomIntType = NewType(
"CustomIntType"
, int)
Callers
15
test_xmode_skip
Function · 0.45
_decorator_skip_setup
Function · 0.45
test_decorator_skip_with_breakpoint
Function · 0.45
test_where_erase_value
Function · 0.45
test_ignore_module_basic_functionality
Function · 0.45
test_ignore_module_all_commands
Function · 0.45
test_debug_magic_passes_through_generators
Function · 0.45
test_matplotlib_positioning
Function · 0.45
test_cve_2022_21699
Function · 0.45
test_display_formatter_active_types_config
Function · 0.45
test_history_trim_cli
Function · 0.45
environment
Function · 0.45
Calls
1
StringAnnotation
Class · 0.85
Tested by
no test coverage detected