Skip to content

Commit 23799c4

Browse files
committed
-
1 parent 5337adc commit 23799c4

File tree

2 files changed

+1
-276
lines changed

2 files changed

+1
-276
lines changed

source_py2/python_toolbox/nifty_collections/counter.py

Lines changed: 0 additions & 275 deletions
This file was deleted.

source_py3/python_toolbox/misc_tools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from .misc_tools import (
77
is_subclass, get_mro_depth_of_method, frange, getted_vars,
88
_ascii_variable_pattern, is_legal_ascii_variable_name,
9-
is_magic_variable_name, is_number, identity_function,
9+
is_magic_variable_name, get_actual_type, is_number, identity_function,
1010
do_nothing, OwnNameDiscoveringDescriptor, find_clear_place_on_circle,
1111
general_sum, general_product, is_legal_email_address, is_type
1212
)

0 commit comments

Comments
 (0)