Skip to content
Snippets Groups Projects
Commit 80a6d5e0 authored by tuhe's avatar tuhe
Browse files

updates

parent 1b3bbba7
Branches
No related tags found
No related merge requests found
......@@ -293,9 +293,9 @@ class UTestCase(unittest.TestCase):
file = sys.stdout
return Capturing2(stdout=file)
def __call__(self, *args, **kwargs):
a = '234'
pass
# def __call__(self, *args, **kwargs):
# a = '234'
# pass
@classmethod
......@@ -408,13 +408,13 @@ class UTestCase(unittest.TestCase):
# import new
# z.q = new.instancemethod(method, z, None)
def __getattr__(self, item):
print("hi there ", item)
return super().__getattr__(item)
def __getattribute__(self, item):
print("oh hello sexy. ", item)
return super().__getattribute__(item)
# def __getattr__(self, item):
# # print("hi there ", item)
# return super().__getattr__(item)
#
# def __getattribute__(self, item):
# # print("oh hello sexy. ", item)
# return super().__getattribute__(item)
......
__version__ = "0.1.28.1"
\ No newline at end of file
__version__ = "0.1.28.2"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment