Lines Matching refs:Distribution
5 indirectly provides the Distribution and Command classes, although they are
16 from distutils.dist import Distribution
60 Distribution instance; find and parse config files; parse the command
65 The Distribution instance might be an instance of a class supplied via
67 supplied, then the Distribution class (in dist.py) is instantiated.
69 attributes of the Distribution instance.
84 driven entirely by the Distribution object (which each command object
93 # our Distribution (see below).
98 klass = Distribution
105 # Create the Distribution instance, using the remaining arguments
172 return the Distribution instance that drives things. This is useful
186 stop after the Distribution instance has been created and
190 stored in the Distribution instance)
193 have been parsed (and the data stored in the Distribution)
198 Returns the Distribution instance, which provides all information