| Trees | Index | Help |
|---|
| Package libconfix :: Package plugins :: Package c :: Module buildinfo :: Class BuildInfo_CIncludePath_NativeLocal |
|
Marshallable--+ |BuildInformation--+ | BuildInfo_CIncludePath_NativeLocal
Carries the information that a local header contributes: the directory that has to be added to the include path (in the usual form of a directory: a list of strings).
| Method Summary | |
|---|---|
include_dir is either a list of strings or None. | |
__str__(self)
| |
include_dir(self)
| |
install(self)
| |
Unique key to easily determine object equivalence. | |
| Inherited from BuildInformation | |
Return marshalling data for my attributes. | |
(To be documented)... | |
| Inherited from Marshallable | |
| |
| |
| Class Variable Summary | |
|---|---|
| Inherited from Marshallable | |
str |
ATTRIBUTES = 'attributes'
|
str |
GENERATING_CLASS = 'generating_class'
|
str |
VERSIONS = 'versions'
|
| Method Details |
|---|
__init__(self,
include_dir)
|
unique_key(self)Unique key to easily determine object equivalence. Used to index BuildInformation objects, and to eventually sort out duplicates.
|
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Fri Nov 23 16:56:38 2007 | http://epydoc.sf.net |