Table of Contents

Class: Prosite Bio/Prosite/Pattern.py
Methods   
__getattr__
__getitem__
__getslice__
__init__
__len__
__repr__
__str__
match
search
tostring
  __getattr__ 
__getattr__ ( self,  name )

Exceptions   
AttributeError, name
  __getitem__ 
__getitem__ ( self,  i )

  __getslice__ 
__getslice__ (
        self,
        i,
        j,
        )

  __init__ 
__init__ (
        self,
        pattern=None,
        data=None,
        )

Don't like having two different types of input - not very pythonic However, it is faster since I can assume the input has already been verified (if it's a pattern).

  __len__ 
__len__ ( self )

  __repr__ 
__repr__ ( self )

  __str__ 
__str__ ( self )

  match 
match (
        self,
        seq,
        pos=0,
        endpos=None,
        )

  search 
search (
        self,
        seq,
        pos=0,
        endpos=None,
        )

  tostring 
tostring ( self )


Table of Contents

This document was automatically generated on Mon Jul 1 12:02:53 2002 by HappyDoc version 2.0.1