class documentation

class VariableSplitter: (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method get_replaced_base Undocumented
Instance Variable base Undocumented
Instance Variable end Undocumented
Instance Variable identifier Undocumented
Instance Variable index Undocumented
Instance Variable start Undocumented
Method _finalize Undocumented
Method _find_start_index Undocumented
Method _find_variable Undocumented
Method _has_list_or_dict_variable_index Undocumented
Method _internal_variable_start_state Undocumented
Method _is_escaped Undocumented
Method _is_list_or_dict_variable Undocumented
Method _list_variable_index_state Undocumented
Method _scanning_list_variable_index Undocumented
Method _split Undocumented
Method _start_index_is_ok Undocumented
Method _variable_state Undocumented
Method _waiting_list_variable_index_state Undocumented
Instance Variable _identifiers Undocumented
Instance Variable _list_and_dict_variable_index_chars Undocumented
Instance Variable _may_have_internal_variables Undocumented
Instance Variable _open_curly Undocumented
Instance Variable _state Undocumented
Instance Variable _string Undocumented
Instance Variable _variable_chars Undocumented
def __init__(self, string, identifiers): (source)

Undocumented

def get_replaced_base(self, variables): (source)

Undocumented

Undocumented

Undocumented

identifier = (source)

Undocumented

Undocumented

Undocumented

def _finalize(self): (source)

Undocumented

def _find_start_index(self, string, start, end): (source)

Undocumented

def _find_variable(self, string): (source)

Undocumented

def _has_list_or_dict_variable_index(self): (source)

Undocumented

def _internal_variable_start_state(self, char, index): (source)

Undocumented

def _is_escaped(self, string, index): (source)

Undocumented

def _is_list_or_dict_variable(self): (source)

Undocumented

def _list_variable_index_state(self, char, index): (source)

Undocumented

def _scanning_list_variable_index(self): (source)

Undocumented

def _split(self, string): (source)

Undocumented

def _start_index_is_ok(self, string, index): (source)

Undocumented

def _variable_state(self, char, index): (source)

Undocumented

def _waiting_list_variable_index_state(self, char, index): (source)

Undocumented

_identifiers = (source)

Undocumented

_list_and_dict_variable_index_chars: list = (source)

Undocumented

_may_have_internal_variables: bool = (source)

Undocumented

_open_curly: int = (source)

Undocumented

Undocumented

Undocumented

_variable_chars = (source)

Undocumented