HomeSort by relevance Sort by last modified time
    Searched full:distclass (Results 1 - 17 of 17) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
core.py 46 setup_keywords = ('distclass', 'script_name', 'script_args', 'options',
70 the 'distclass' keyword argument to 'setup'; if no such class is
98 klass = attrs.get('distclass')
100 del attrs['distclass']
110 # (ie. everything except distclass) to initialize it
dist.py 43 to 'setup()' as the 'distclass' keyword argument. If so, it is
    [all...]
  /external/python/cpython2/Lib/distutils/
core.py 45 setup_keywords = ('distclass', 'script_name', 'script_args', 'options',
69 the 'distclass' keyword argument to 'setup'; if no such class is
97 klass = attrs.get('distclass')
99 del attrs['distclass']
109 # (ie. everything except distclass) to initialize it
dist.py 43 to 'setup()' as the 'distclass' keyword argument. If so, it is
    [all...]
  /external/python/cpython3/Lib/distutils/
core.py 42 setup_keywords = ('distclass', 'script_name', 'script_args', 'options',
66 the 'distclass' keyword argument to 'setup'; if no such class is
94 klass = attrs.get('distclass')
96 del attrs['distclass']
106 # (ie. everything except distclass) to initialize it
dist.py 39 to 'setup()' as the 'distclass' keyword argument. If so, it is
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
core.py 46 setup_keywords = ('distclass', 'script_name', 'script_args', 'options',
70 the 'distclass' keyword argument to 'setup'; if no such class is
98 klass = attrs.get('distclass')
100 del attrs['distclass']
110 # (ie. everything except distclass) to initialize it
dist.py 43 to 'setup()' as the 'distclass' keyword argument. If so, it is
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
core.py 46 setup_keywords = ('distclass', 'script_name', 'script_args', 'options',
70 the 'distclass' keyword argument to 'setup'; if no such class is
98 klass = attrs.get('distclass')
100 del attrs['distclass']
110 # (ie. everything except distclass) to initialize it
dist.py 43 to 'setup()' as the 'distclass' keyword argument. If so, it is
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
core.py 46 setup_keywords = ('distclass', 'script_name', 'script_args', 'options',
70 the 'distclass' keyword argument to 'setup'; if no such class is
98 klass = attrs.get('distclass')
100 del attrs['distclass']
110 # (ie. everything except distclass) to initialize it
dist.py 43 to 'setup()' as the 'distclass' keyword argument. If so, it is
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
core.py 46 setup_keywords = ('distclass', 'script_name', 'script_args', 'options',
70 the 'distclass' keyword argument to 'setup'; if no such class is
98 klass = attrs.get('distclass')
100 del attrs['distclass']
110 # (ie. everything except distclass) to initialize it
dist.py 43 to 'setup()' as the 'distclass' keyword argument. If so, it is
    [all...]
  /external/tensorflow/tensorflow/tools/pip_package/
setup.py 230 distclass=BinaryDistribution, variable
  /external/python/cpython2/Doc/distutils/
apiref.rst 83 | *distclass* | the :class:`Distribution` | a subclass of |
    [all...]
  /external/python/cpython3/Doc/distutils/
apiref.rst 83 | *distclass* | the :class:`Distribution` | a subclass of |
    [all...]

Completed in 1180 milliseconds