Skip to content

Commit ad01045

Browse files
committed
Improved guess performance
1 parent 0d13231 commit ad01045

3 files changed

Lines changed: 237 additions & 174 deletions

File tree

.coveragerc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ exclude_lines =
1111
def main\(\)\:
1212
def __stdin_pipe\(\)\:
1313
for line in __stdin_pipe\(\)\:
14-
def __literal_eval\(o\)\:
14+
def __format_list\(items, include\=True\)\:
1515
def __print_tabular\(lst, space\=4\)\:
1616
except ImportError:
1717
except NameError:
@@ -20,3 +20,8 @@ exclude_lines =
2020
if PY3
2121
def encode\(self, input, final\=False\)\:
2222
def decode\(self, input, final\=False\)\:
23+
def _detect\(text\)\:
24+
def _lang\(lang\)\:
25+
if stopfunc\.LANG_BACKEND\:
26+
def _validate\(stop_function, lang_backend\=\"none\"\)\:
27+
except KeyboardInterrupt\:

0 commit comments

Comments
 (0)