从 Brightway2 中的缩写获取方法元组

Get method tuple from abbreviation in Brightway2

在 Briwghtway2 中可以使用 get_abbreviation() 将方法元组转换为字符串,例如:

In  [1] Method(('IPCC 2013', 'climate change', 'GWP 100a')).get_abbreviation()  
Out [1] 'ipcc-2013cg.bd5af3f67229a1cc291b8ecb7f316fcf'

是否可以从缩写返回到元组(即去缩写)?

abbreviate function calculates the MD5 hash of the string of the method tuple. There isn't a general method to reverse hashes, and while there are some reverse MD5 彩虹表,但它们似乎没有字符串 bd5af3f67229a1cc291b8ecb7f316fcf。所以我认为,除非你能找到可能的方法名称列表并计算它们的缩写,否则你就不走运了。