Commit dc071a33 authored by Jason R. Coombs's avatar Jason R. Coombs

Add a comment

parent 2efa19d2
......@@ -2676,6 +2676,10 @@ class Distribution(object):
@property
def _dep_map(self):
"""
A map of extra to its list of (direct) requirements
for this distribution, including the null extra.
"""
try:
return self.__dep_map
except AttributeError:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment