to_condensed_em_notation#

to_condensed_em_notation(g, separator=',') str#

Return EM code of g as a condensed string. :raises ValueError: if the number of nodes is more than 52. :raises TypeError: if the nodes are mixed by type (e.g. int and string).