MCPcopy Index your code
hub / github.com/ipython/ipython / AutoreloadSettings

Class AutoreloadSettings

tests/test_zzz_autoreload.py:571–574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

569 # Asserts correspondense between original mode names and their verbose equivalents.
570 @dataclass
571 class AutoreloadSettings:
572 check_all: bool
573 enabled: bool
574 autoload_obj: bool
575
576 def gather_settings(mode):
577 self.shell.magic_autoreload(mode)

Callers 1

gather_settingsMethod · 0.85

Calls

no outgoing calls

Tested by 1

gather_settingsMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…