| Home | Trees | Index | Help |
|
|---|
| Module eagle :: Class Fill |
|
object--+ |Policy--+ | Fill
| Method Summary | |
|---|---|
__init__(self)
| |
| Inherited from Policy | |
| |
| |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value | |
| Class Variable Summary | |
|---|---|
_ExpandRule |
horizontal = ExpandRule( expand=False, fill=True )
|
_ExpandRule |
vertical = ExpandRule( expand=False, fill=True )
|
| Inherited from Policy | |
tuple |
__slots__ = ('horizontal', 'vertical')
|
| Class Variable Details |
|---|
horizontal
|
vertical
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Sun Apr 22 21:30:28 2007 | http://epydoc.sf.net |