Python a dynamically typed language. In dynamically typed languages, return types of functions are not declared. The only way for PyCharm to recognize what the "fromstring" function returns is to hard-code this information, which it does not currently do.
Python a dynamically typed language. In dynamically typed languages, return types of functions are not declared. The only way for PyCharm to recognize what the "fromstring" function returns is to hard-code this information, which it does not currently do.