DK11 for Python | tatukgis.pdk.TGIS_Tokenizer.ExecuteEx | Overloads | Constructors | Methods | Properties
Do tokenizing of simple stream like "aaaa","aaaa",123,"aaaa".
# Python def ExecuteEx( self _str: str _delim: char _quote: char ) -> None:
Name | Type | Description |
---|---|---|
_str | str | String to be tokenized |
_delim | char | delimiter char (like period) |
_quote | char | quote char (like quotes) |
This method is much faster then Execute.