772 ############################################################ |
772 ############################################################ |
773 ## Methods to determine the type of a variable and the |
773 ## Methods to determine the type of a variable and the |
774 ## resolver class to use |
774 ## resolver class to use |
775 ############################################################ |
775 ############################################################ |
776 |
776 |
777 _TypeMap = _ArrayTypes = None |
777 _TypeMap = _ArrayTypes = None # noqa: U200 |
778 _TryArray = _TryNumpy = _TryDjango = True |
778 _TryArray = _TryNumpy = _TryDjango = True |
779 _MapCount = 0 |
779 _MapCount = 0 |
780 |
780 |
781 |
781 |
782 def _initTypeMap(): |
782 def _initTypeMap(): |