class documentation

class Intent:

View In Hierarchy

Undocumented

Method __getattr__ Undocumented
Method __init__ Undocumented
Method __repr__ Undocumented
Method __str__ Undocumented
Method is​_intent Undocumented
Method is​_intent​_exact Undocumented
Instance Variable flags Undocumented
Instance Variable intent​_list Undocumented
def __getattr__(self, name):

Undocumented

def __init__(self, intent_list=[]):

Undocumented

def __repr__(self):

Undocumented

def __str__(self):

Undocumented

def is_intent(self, *names):

Undocumented

def is_intent_exact(self, *names):

Undocumented

flags =

Undocumented

intent_list =

Undocumented