Home | History | Annotate | Download | only in distutils

Lines Matching refs:Distribution

5 indirectly provides the Distribution and Command classes, although they are
20 from distutils.dist import Distribution
64 Distribution instance; find and parse config files; parse the command
69 The Distribution instance might be an instance of a class supplied via
71 supplied, then the Distribution class (in dist.py) is instantiated.
73 attributes of the Distribution instance.
88 driven entirely by the Distribution object (which each command object
96 # Determine the distribution class -- either caller-supplied or
97 # our Distribution (see below).
102 klass = Distribution
109 # Create the Distribution instance, using the remaining arguments
176 return the Distribution instance that drives things. This is useful
177 if you need to find out the distribution meta-data (passed as
190 stop after the Distribution instance has been created and
194 stored in the Distribution instance)
197 have been parsed (and the data stored in the Distribution)
202 Returns the Distribution instance, which provides all information