Home
last modified time | relevance | path

Searched refs:_bad_string_concatenation (Results 1 – 1 of 1) sorted by relevance

/dports/devel/thonny/thonny-3.3.14/thonny/plugins/
H A Dstdlib_error_helpers.py644 self._bad_string_concatenation(m.group(1), string_first)
649 def _bad_string_concatenation(self, other_type_name, string_first): member in TypeErrorHelper