| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
ADT --+
|
object --+ |
| |
_abcoll.Sized --+ |
| |
object --+ | |
| | |
_abcoll.Iterable --+ |
| |
object --+ | |
| | |
_abcoll.Container --+ |
| |
_abcoll.Sequence --+
|
Seq
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
| t |
|
||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
__abstractmethods__ =
|
|||
_abc_negative_cache = <_weakrefset.WeakSet object at 0x7f33fa2
|
|||
_abc_negative_cache_version = 18
|
|||
_abc_registry = <_weakrefset.WeakSet object at 0x7f33fa254350>
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
|
Looks up for a term that matches with a given key.
If the key is a string, starting with `@' or `%', then a term
with the given identifier name is returned. Otherwise a term
with a matching `name' attribute is returned (useful to find
subroutines).
If a key is an instance of Tid class, then a term with
corresponding tid is returned.
If a key is a number, or an instance of `bil.Int' class, then
a term with a matching address is returned.
Example
-------
In the following example, all searches return the
same object
>>> main = proj.program.subs.find('main')
>>> main = proj.program.subs.find(main.id)
>>> main = proj.program.subs.find(main.id.name)
|
|
|||
_abc_negative_cache
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Thu Sep 22 18:58:39 2016 | http://epydoc.sourceforge.net |