Loading android/pandora/mmi2grpc/mmi2grpc/_proxy.py +2 −0 Original line number Original line Diff line number Diff line Loading @@ -35,6 +35,8 @@ class ProfileProxy: AttributeError: the MMI is not implemented. AttributeError: the MMI is not implemented. """ """ try: try: if not mmi_name.isidentifier(): mmi_name = "_mmi_" + mmi_name return getattr(self, mmi_name)( return getattr(self, mmi_name)( test=test, description=mmi_description, pts_addr=pts_addr) test=test, description=mmi_description, pts_addr=pts_addr) except AttributeError: except AttributeError: Loading Loading
android/pandora/mmi2grpc/mmi2grpc/_proxy.py +2 −0 Original line number Original line Diff line number Diff line Loading @@ -35,6 +35,8 @@ class ProfileProxy: AttributeError: the MMI is not implemented. AttributeError: the MMI is not implemented. """ """ try: try: if not mmi_name.isidentifier(): mmi_name = "_mmi_" + mmi_name return getattr(self, mmi_name)( return getattr(self, mmi_name)( test=test, description=mmi_description, pts_addr=pts_addr) test=test, description=mmi_description, pts_addr=pts_addr) except AttributeError: except AttributeError: Loading