We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b9db43 commit 16515aaCopy full SHA for 16515aa
bigcommerce/api.py
@@ -59,6 +59,8 @@ def __getattr__(self, item):
59
TODO: Distinguish between methods and attributes
60
on the resource class?
61
"""
62
+ print 'resource class', self.resource_class
63
+ print 'item', self.item
64
return lambda *args, **kwargs: (getattr(self.resource_class, item))(*args, connection=self.connection, **kwargs)
65
66
@classmethod
0 commit comments