Return the current directory stack.
(self, parameter_s='')
| 520 | |
| 521 | @line_magic |
| 522 | def dirs(self, parameter_s=''): |
| 523 | """Return the current directory stack.""" |
| 524 | |
| 525 | return self.shell.dir_stack |
| 526 | |
| 527 | @line_magic |
| 528 | def dhist(self, parameter_s=''): |
nothing calls this directly
no outgoing calls
no test coverage detected