Home | Trees | Index | Help |
|
---|
Module eagle :: Class _EGObject |
|
object
--+
|
_EGObject
App
,
Image
,
_EGWidget
,
DebugDialog
The basic Eagle Object.
All eagle objects provides an attribute "id".Warning: never use it directly in Eagle applications!
Method Summary | |
---|---|
__init__(self,
id)
| |
__repr__(self)
| |
__str__(self)
| |
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 |
Property Summary | |
---|---|
id |
Property Details |
---|
id
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu Apr 27 16:28:55 2006 | http://epydoc.sf.net |