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

Method _print_profiles

IPython/core/profileapp.py:159–162  ·  view source on GitHub ↗

print list of profiles, indented.

(self, profiles)

Source from the content-addressed store, hash-verified

157
158
159 def _print_profiles(self, profiles):
160 """print list of profiles, indented."""
161 for profile in profiles:
162 print(' %s' % profile)
163
164 def list_profile_dirs(self):
165 profiles = list_bundled_profiles()

Callers 1

list_profile_dirsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected