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

updates

parent 1b3bbba7
No related branches found
No related tags found
No related merge requests found
...@@ -293,9 +293,9 @@ class UTestCase(unittest.TestCase): ...@@ -293,9 +293,9 @@ class UTestCase(unittest.TestCase):
file = sys.stdout file = sys.stdout
return Capturing2(stdout=file) return Capturing2(stdout=file)
def __call__(self, *args, **kwargs): # def __call__(self, *args, **kwargs):
a = '234' # a = '234'
pass # pass
@classmethod @classmethod
...@@ -408,13 +408,13 @@ class UTestCase(unittest.TestCase): ...@@ -408,13 +408,13 @@ class UTestCase(unittest.TestCase):
# import new # import new
# z.q = new.instancemethod(method, z, None) # z.q = new.instancemethod(method, z, None)
def __getattr__(self, item): # def __getattr__(self, item):
print("hi there ", item) # # print("hi there ", item)
return super().__getattr__(item) # return super().__getattr__(item)
#
def __getattribute__(self, item): # def __getattribute__(self, item):
print("oh hello sexy. ", item) # # print("oh hello sexy. ", item)
return super().__getattribute__(item) # return super().__getattribute__(item)
......
__version__ = "0.1.28.1" __version__ = "0.1.28.2"
\ No newline at end of file \ 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