Skip to content

Commit

Permalink
Add a documentation string
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Sep 30, 2019
1 parent 3f46081 commit b21f4c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pip/_internal/operations/generate_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ def get_metadata_generator(install_req):

def _find_egg_info(source_directory, is_editable):
# type: (str, bool) -> str
"""Find an .egg-info in `source_directory`, based on `is_editable`.
"""

def looks_like_virtual_env(path):
# type: (str) -> bool
Expand Down

0 comments on commit b21f4c9

Please sign in to comment.