kamahen / pykythe

Generate code Python source cross-reference facts in Kythe format
Other
21 stars 3 forks source link

lambda gets signature #42

Open kamahen opened 2 years ago

kamahen commented 2 years ago

See t8.py line 58:

klass.__str__ = lambda self: self.__unicode__().encode('utf-8')

The "lambda" gets a signature - outputs warning to src_browser.js console log (src_browser.js:473)