src/eric7/DebugClients/Python/DebugVariables.py

branch
eric7
changeset 10060
b946699e9e79
parent 10045
f5c57f8d17a4
child 10170
6cf1ee737d8f
equal deleted inserted replaced
10059:9e3452188615 10060:b946699e9e79
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():

eric ide

mercurial