MCPcopy Create free account
hub / github.com/ipython/ipython / run

Method run

setupbase.py:310–316  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

308
309class unsymlink(install):
310 def run(self):
311 dest = os.path.join(self.install_lib, 'IPython')
312 if os.path.islink(dest):
313 print('removing symlink at %s' % dest)
314 os.unlink(dest)
315 else:
316 print('No symlink exists at %s' % dest)
317
318class install_symlinked(install):
319 def run(self):

Callers 3

runMethod · 0.45
runMethod · 0.45
gui-pyglet.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected