| Home | Trees | Indices | Help |
|
|---|
|
|
Fixed byte pattern.
|
|||
|
|||
|
|||
| tuple( int, int ) |
|
||
| tuple( int, int, str ) |
|
||
|
|||
|
Inherited from |
|||
|
|||
| int |
length Length of the byte pattern. |
||
| str |
pattern Byte string to search for. |
||
|
|||
|
Inherited from |
|||
|
|||
Class constructor. The only mandatory argument should be the pattern string. This method MUST be reimplemented by subclasses of Pattern.
|
Returns the exact length of the pattern.
See Also: Pattern.__len__ |
Searches for the pattern in the given buffer, optionally starting at the given position within the buffer. This method MUST be reimplemented by subclasses of Pattern.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Dec 20 17:54:54 2013 | http://epydoc.sourceforge.net |