class documentation

class VariableSplitter:

View In Hierarchy

Undocumented

Method __init__ 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
Method get​_replaced​_base 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
Instance Variable base Undocumented
Instance Variable end Undocumented
Instance Variable identifier Undocumented
Instance Variable index Undocumented
Instance Variable start Undocumented
def __init__(self, string, identifiers):

Undocumented

def _finalize(self):

Undocumented

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

Undocumented

def _find_variable(self, string):

Undocumented

def _has_list_or_dict_variable_index(self):

Undocumented

def _internal_variable_start_state(self, char, index):

Undocumented

def _is_escaped(self, string, index):

Undocumented

def _is_list_or_dict_variable(self):

Undocumented

def _list_variable_index_state(self, char, index):

Undocumented

def _scanning_list_variable_index(self):

Undocumented

def _split(self, string):

Undocumented

def _start_index_is_ok(self, string, index):

Undocumented

def _variable_state(self, char, index):

Undocumented

def _waiting_list_variable_index_state(self, char, index):

Undocumented

def get_replaced_base(self, variables):

Undocumented

_identifiers =

Undocumented

_list_and_dict_variable_index_chars: list =

Undocumented

_may_have_internal_variables: bool =

Undocumented

_open_curly: int =

Undocumented

_state =

Undocumented

_string =

Undocumented

_variable_chars =

Undocumented

base =

Undocumented

end =

Undocumented

identifier =

Undocumented

index =

Undocumented

start =

Undocumented