DK11 for Python | tatukgis.pdk.TGIS_Tokenizer.Execute | Overloads | Constructors | Methods | Properties
Do tokenizing.
# Python def Execute( self, _str: str, _delims: char, _quotes: bool ) -> None:
Name | Type | Description |
---|---|---|
_str | str | String to be tokenized |
_delims | char | array of delimiters |
_quotes | bool | if true, then delimiter will be active only after a quote |