All Samples(1) | Call(1) | Derive(0) | Import(0)
D.keys() -> list of D's keys
src/b/i/bibliograph.core-1.0.3/bibliograph/core/utils.py bibliograph.core(Download)
def _resolveUnicode(text): for unichar in _utf8enc2latex_mapping.keys(): text = _encode(_decode(text).replace(unichar, _utf8enc2latex_mapping[unichar])) return _encode(_decode(text).replace(r'$}{$',''))