parse_pajek# parse_pajek(lines)[source]# 解析从字符串或可迭代对象中的Pajek格式图。 Parameters: lines字符串或可迭代对象数据为Pajek格式。 Returns: GNetworkX图 See also read_pajek