src/eric7/Utilities/ClassBrowsers/pyclbr.py

branch
eric7
changeset 10458
2074b8393649
parent 10439
21c28b0f9e41
child 10468
fcae57045733
equal deleted inserted replaced
10457:4bef44d7a378 10458:2074b8393649
811 def _indent(ws): 811 def _indent(ws):
812 """ 812 """
813 Module function to return the indentation depth. 813 Module function to return the indentation depth.
814 814
815 @param ws the whitespace to be checked 815 @param ws the whitespace to be checked
816 @type str 816 @type str
817 @return length of the whitespace string 817 @return length of the whitespace string
818 @rtype int 818 @rtype int
819 """ 819 """
820 return len(ws.expandtabs(TABWIDTH)) 820 return len(ws.expandtabs(TABWIDTH))

eric ide

mercurial