Searched refs:fullname (Results 1 – 7 of 7) sorted by relevance
61 self.assertEqual(expected_full_name, local_instance.fullname)134 self.assertEqual(expected_full_name, instance_info.fullname)142 self.assertEqual(expected_full_name, instance_info.fullname)153 self.assertEqual(expected_full_name, instance_info.fullname)
70 alive_instance1.fullname = "device serial: 127.0.0.1:1111 alive_instance1"
204 all_instance_info.append(instance_object.fullname)
139 def fullname(self): member in Instance
76 fullname = fullname_regex.search(current_vcard[0])77 if fullname is not None:78 new_contact.name = fullname.group(1)
1116 fullname = self.FullName()1118 if os.path.exists(fullname):1119 project_dir = os.path.dirname(fullname)1131 return fullname[len(prefix) + 1:]1135 root_dir = current_dir = os.path.dirname(fullname)1147 return fullname[len(prefix) + 1:]1150 return fullname4705 fullname = os.path.abspath(filename).replace('\\', '/')
2207 def nw_fullname(self, fullname): argument2216 cmd = "NWFNAME {},{}".format(fullname, self._bts_number)