Package plugins :: Package core :: Package complete :: Module domain_binpath :: Class Domain
[hide private]
[frames] | no frames]

Class Domain

source code

            object --+    
                     |    
domain_base.BaseDomain --+
                         |
                        Domain

Bin path domain

Instance Methods [hide private]
 
prepare(self)
Preparation stuff
source code
 
complete(self, buf)
Take current buffer and return list-generator of all matched entries in current domain.
source code
 
_update(self, directory)
Update binpath set with files in directory
source code

Inherited from domain_base.BaseDomain: __init__, finalize

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

prepare(self)

source code 

Preparation stuff

Overrides: domain_base.BaseDomain.prepare

complete(self, buf)

source code 

Take current buffer and return list-generator of all
        matched entries in current domain.

@param buf: Current buffer
@return: list-generator

Overrides: domain_base.BaseDomain.complete