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)) |