common_id
stringlengths
1
5
image
stringlengths
15
19
code
stringlengths
26
239
4163
Train/png/4163.png
def show_port(self, port, **_params): return self.get(self.port_path % (port), params=_params)
6177
Train/png/6177.png
def update(self): with open(os.path.join(self.config_dir, CONFIG_FILE_NAME), 'w') as config_file: self.config.write(config_file)