def setuptools.tests.test_resources.EntryPointTests.assertfields |
( |
|
self, |
|
|
|
ep |
|
) |
| |
def setuptools.tests.test_resources.EntryPointTests.checkSubMap |
( |
|
self, |
|
|
|
m |
|
) |
| |
def setuptools.tests.test_resources.EntryPointTests.setUp |
( |
|
self | ) |
|
def setuptools.tests.test_resources.EntryPointTests.testBasics |
( |
|
self | ) |
|
def setuptools.tests.test_resources.EntryPointTests.testParse |
( |
|
self | ) |
|
def setuptools.tests.test_resources.EntryPointTests.testParseList |
( |
|
self | ) |
|
def setuptools.tests.test_resources.EntryPointTests.testParseMap |
( |
|
self | ) |
|
def setuptools.tests.test_resources.EntryPointTests.testRejects |
( |
|
self | ) |
|
setuptools.tests.test_resources.EntryPointTests.dist |
tuple setuptools.tests.test_resources.EntryPointTests.submap_expect |
|
static |
Initial value:
2 feature1=EntryPoint(
'feature1',
'somemodule', [
'somefunction']),
3 feature2=EntryPoint(
'feature2',
'another.module', [
'SomeClass'], [
'extra1',
'extra2']),
4 feature3=EntryPoint(
'feature3',
'this.module', extras=[
'something'])
string setuptools.tests.test_resources.EntryPointTests.submap_str |
|
static |
Initial value:
2 # define features for blah blah
3 feature1 = somemodule:somefunction
4 feature2 = another.module:SomeClass [extra1,extra2]
5 feature3 = this.module [something]
The documentation for this class was generated from the following file:
Copyright 2014 Google Inc. All rights reserved.