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