Files
python-uncompyle6/test/simple_source/bug36/05_call_function_kw2.py
2018-02-26 07:44:37 -05:00

5 lines
180 B
Python

# From 3.6 _pydecimal. Bug was handling
# keyword args in the return (CALL_FUNCTION_KW_2)
def to_eng_string(self, context=None):
return self.__str__(eng=True, context=context)