8th day of python challenges 111-117
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# pylint: disable=missing-docstring, unused-variable, pointless-statement, too-few-public-methods, useless-object-inheritance
|
||||
|
||||
class WrapperClass(object):
|
||||
def method(self):
|
||||
var = +4294967296
|
||||
self.method.__code__.co_consts
|
||||
Reference in New Issue
Block a user